Hi !
I'm looking for a hook or filter to extend the array for the theme-options so i could add a new option.
Is there a list of all hooks and filters that you use in the framework ?
Hi !
I'm looking for a hook or filter to extend the array for the theme-options so i could add a new option.
Is there a list of all hooks and filters that you use in the framework ?
Hey!
No, we don't have such a list yet. However as far as I know there's a filter which can help you.
apply_filters( 'avia_filter_global_options', $database_option ) in framework\php\class-superobject.php
I'm not aware of another filter which affects the options but you can try to search the files for "apply_filters".
Regards,
Peter
You must log in to post.