register_taxonomy_for_object_type

#292108
  • Resolved forcesailru
    Rank Math free

    Thank you for the plugin, but I have noticed, that it destroys the result of calling register_taxonomy_for_object_type and add_post_type_support functions by other plugins.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Prabhat
    Rank Math agency

    Hello,

    Thank you for contacting us and we regret the inconvenience caused.

    Could you please share some more details about the issue so that we can understand the insights of the issue?

    Also, please let us know which plugin is being affected.

    Looking forward to hearing back from you.

    Thank you.

    hello and hank you for the reaction.
    I have this code (for “Quiz And Survey Master” posts):
    register_taxonomy_for_object_type( ‘post_tag’, ‘qsm_quiz’ );
    register_taxonomy_for_object_type( ‘category’, ‘qsm_quiz’ );
    add_post_type_support( ‘qsm_quiz’, array(‘editor’, ‘page-attributes’, ‘post-formats’) );

    and
    I use “Post Tags and Categories for Pages” plugin. Both do the same job (add tags and categories block to right colmn of the editor for “qsm_quiz” and “page” post types). Both work perfectly until Rank Moth SEO installed.

    Hello,

    Those functions are WordPress functions and it shouldn’t cause any issues with your WordPress site as our dev team carefully follow all the plugin development guidelines so no conflict should occur.

    With that said, I checked the plugin you mentioned and I believe you are using this plugin: https://wordpress.org/plugins/post-tags-and-categories-for-pages/

    Could you please confirm that?

    If this is the plugin you are referring to, then please note that this plugin hasn’t been updated in 4 years so you may expect some incompatibilities.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Many thanks. Yes? I refer to this plugin as well as to the code that I added to my site by myself.
    When Rank Math is active these functions don’t affect. It seems that something from your plugin override them.

    Hello,

    Could you please provide any error logs so we can further determine how the issue is occurring?

    You may also enable WordPress debugging mode so you can see the error logs on your WP backend as well.

    We are looking forward to helping you with this one.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘register_taxonomy_for_object_type’ is closed to new replies.