You are viewing an old revision of this post, from April 10, 2018 @ 00:12:28. See below for differences between this version and the current revision.

WordPress: Disable Yoast SEO on Custom Post Type

[php]function my_remove_wp_seo_meta_box() { remove_meta_box('wpseo_meta', YOUR_POST_TYPE_NAME_HERE, 'normal'); } add_action('add_meta_boxes', 'my_remove_wp_seo_meta_box', 100);[/php]

Revisions

  • April 10, 2018 @ 00:12:28 [Current Revision] by PeterLugg
  • April 10, 2018 @ 00:12:28 by PeterLugg

Revision Differences

There are no differences between the April 10, 2018 @ 00:12:28 revision and the current revision. (Maybe only post meta information was changed.)

Tags: ,

No comments yet.

Leave a Reply