Best Customizable Filter out there (developers point of view)
-
From a developers view I love that you have used WP boiler plate as a base and I am enjoying being able to easily read through the code and funny comments.
Major respect to the thought gone into where a developer might want to extend/customize a feature Everytime I think I am going to have to manually change a part of the core plugin (which I hate doing) there is a hook waiting for me.
The only place that I have not been able to do this is with respect to the placeholder text.
By default using select2 it says “All…”. It would be nice to be able to customize the actual text (placeholder)
For example: There is no ability to have each dropdown start with “Choose One” without using select2 – see the code from line 83 of beautiul-taxonomy-filters-public-display.php
//But if they've selected placeholder we cant use the show_option_all (they still have to use select2 tho) if(!$disable_select2 && $dropdown_behaviour == 'show_placeholder_option'){ $dropdown_args['show_option_all'] = ' '; }
Thanks for the great plugin.
Regards,
Jared
- The topic ‘Best Customizable Filter out there (developers point of view)’ is closed to new replies.