admin管理员组

文章数量:1308623

I have a plugin that automatically selects the categories in the wordpress post editor, sadly after installing the Rank Math - SEO plugin the default metabox of the post editor has changed and the plugin no longer recognizes the inputs and values to be assigned automatically.

Is there a way or function does it work to prevent override javascript and css from overwriting the wordpress category checklist metabox?

I have a plugin that automatically selects the categories in the wordpress post editor, sadly after installing the Rank Math - SEO plugin the default metabox of the post editor has changed and the plugin no longer recognizes the inputs and values to be assigned automatically.

Is there a way or function does it work to prevent override javascript and css from overwriting the wordpress category checklist metabox?

Share Improve this question asked Jan 7, 2021 at 19:02 Vincenzo PiromalliVincenzo Piromalli 1989 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0
add_filter( 'rank_math/admin/disable_primary_term', '__return_true' );

found the solution!

本文标签: pluginsWordpress default post categories meta box widget