[WP Job Manager] Remove display tags
-
Hello,
I would like to remove the filter of displayTag.
I tried :
remove_filter(‘the_job_description’, ‘display_tags’);
remove_filter(‘the_job_description’, array(‘WP_Job_Manager_Job_Tags’, ‘display_tags’));
remove_filter(‘the_job_description’, array(WP_Job_Manager_Job_Tags::class, ‘display_tags’));But he doesn’t work, how can I remove that filter please ?
Regards
The topic ‘[WP Job Manager] Remove display tags’ is closed to new replies.