• I would like to add filter actions to the quote options. I added it to the source code like so:

    class-quote-collection-quote.php

    
    $options = apply_filters('quotescollection_options',array_merge( $default_options, $options ));
    

    Would you be so kind to pull this into the source?

  • The topic ‘Add filter to options’ is closed to new replies.