Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tristanleboss

    (@tristanleboss)

    Nevermind, that’s not a bug. I assumed plugin support was always loaded but it’s not… I discovered in the readme that we need to add the filter:

    add_filter( ‘tabify_plugin_support’, ‘__return_true’ );

    Plugin Author Marko Heijnen

    (@markoheijnen)

    It’s kind of a bug at WordPress SEO since it did work out of the box in the latest versions. That is also the reason why the filter is a requirement to implement since I don’t want to implement code for many plugins that I then need to maintain.

    Also unsure how you got able to delete the topic at WordPress SEO.

    Thread Starter tristanleboss

    (@tristanleboss)

    The topic I created on WordPress SEO forums was erroneous so I contacted a moderator and asked him to remove it.

    Indeed, once the tabify_plugin_support is set to true, the WordPress SEO meta box do appear in your plugin.

    WordPress SEO doesn’t add its metabox on every single admin page except if you set its filter wpseo_always_register_metaboxes_on_admin to true. I think it’s fair because when it add its metabox, it have to bloat the page with JavaScripts, Styles, … something like 8 files are loaded by my browser just for its metabox.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Known bug with WordPress SEO by YOAST’ is closed to new replies.