Modifies the excluded taxonomies before being used. function modify categories dropdown { return $taxonomies } add filter beautiful filters taxonomy order $taxonomies is array of the taxonomies slugs $current post type is the post type we're using the filter on.
In order to change the placeholders you must use this filter rather than the modify categories dropdown argument show option all.. modify dropdown placeholder { return 'New } add filter beautiful filters language.
Setting this to false disables the ability to remove the selection with the function change allowclear value { Disables the allow clear return false } add filter **Actions**.
These are the actions you may use to extend the filter component. beautiful actions before form $current post type is the post type.
Use this variable as conditional if needed. function add markup before form { echo 'Hej världen } add action beautiful actions after form $current post type is the post type.
Use this variable as conditional if needed. function add markup after form { echo 'Hej världen } add action beautiful actions beginning form $current post type is the post type.
This action is very usable if you for some reason need to add inputs to be send with the function add markup beginning form { echo 'Hej världen } add action beautiful actions ending form $current post type is the post type.
This action is very usable if you for some reason need to add inputs to be send with the function add markup ending form { echo 'Hej världen } add action beautiful actions beginning form inner $current post type is the post type.
This action can be used to add inputs etc to the beginning of the div of the filter module. add markup beginning form inner { echo 'Hej världen } add action beautiful actions ending form inner $current post type is the post type.
This action can be used to add inputs etc to the end of the div of the filter module. add markup ending form inner { echo 'Hej världen } add action beautiful actions before redirection $current post type is the post type.
Read more