So as noted in the comments above, I found a solution and used this code to do it:
function remove_yoast_metabox_reservations(){
remove_meta_box('wpseo_meta', 'reservation', 'normal');
}
add_action( 'add_meta_boxes', 'remove_yoast_metabox_reservations',11 );
In this instance, “reservation” was my custom post type. And “wpseo_meta” was the ID of the metabox. So the same code can be used on any meta box on a post, page, cpt, etc.
Also credit belongs to Mamaduke for his post here: https://wordpress.stackexchange.com/a/62579/12691
Related Posts:
- Should a SEO plugin be necessary? [closed]
- How are plugins in the WordPress plugin directory ranked?
- A plugin for having rel=”nofollow” in posts?
- How to add nofollow on all external links without plugin?
- WordPress web page struggling with performance
- add_filter the_content in functions.php not working
- XML sitemap over product variations
- Regenerate images with automatic ALT and TITLE attributes
- How to set a custom title per language?
- google conversion code
- qTranslate conflicts with SEO-plugins [closed]
- Yoast SEO plugin “could detect no serious SEO problems” on dashboard
- WordPress Sitemap including pages that aren’t there
- SEO Friendly URL on dynamic product page produced via shortcode
- install robots.txt to wordpress website admin
- Check if SEO plugin installed
- Show Sitename on Yoast SEO Title tag [closed]
- Help in using SEO Plugins: SEO Ultimate And Yoast SEO Plugin
- Yoast SEO settings unavailable in an archive page from wordpress plugin
- how to connect the author profile with google webmaster tools in multiuser blog?
- Yoast Force Rewrite Crashed Site [closed]
- Is changing post from category in a large blog a good practice?
- XML Sitemap Generator can’t notify google and bing
- Why is Google Search Console getting X-Robots-Tag noindex?
- How to remove index meta tag
- How to integrate together a website currently hosted WordPress.com and a custom web application currently hosted on Azure?
- Site shows URL instead of “meta title” after deleted few plugins (not any SEO plugin was deleted)
- Plugin for TinyMCE to create reference to other posts
- Preserve Search engine index while shifting to new Domain
- How do I fill the Home Description?
- WordPress Sitemap for MSSQL
- custom wordpress theme and yoast seo injecting text in body
- WordPress built-in compression of images? How well does it compare to Photoshop or Shortpixel?
- Remove Keywords From Webpage But Still Use for SEO
- Does anyone know why my SEO and title become one?
- How page with random php file with query params generated
- My wordpress local urls is still displayed even moved to live
- Writing SEO for Homepage when homepage is set to display latest posts
- SEO Site Title appearing in google search despite not being added
- Facebook sharing image error with facebook debug
- Same Title on two different post type with single custom taxonomy
- Yoast Seo Plugin meta title not showoing [closed]
- How to markup wordpress site using Schema.org?
- Problem with Duplicate Meta / tag description in Webmaster Tool [duplicate]
- Does Google detect files in the WordPress plugin directory
- Strange Search Query Appearing on Google Index – “/?q=Save+Us+From+Berlusconi”
- Automatically set posts to NoIndex depending on category?
- Do shortcodes affect page indexing by search engines?
- getting image alt text via ACF plugin in WordPress [closed]
- How should I force WordPress to give proper name for the uploading images?
- Possible to change meta data single quotes to dobule quotes in yoast wordpress seo? [closed]
- Seo Problems in My meta Discription [closed]
- De-index plugin files
- how to make yoast seo read text from custom fields in custom post type
- Page with redirect
- Redesigning Custom Post Type “Add New” page
- WooCommerce – how to display product category above product? [closed]
- Why doesn’t the WordPress Importer update posts?
- Add new password rule to Ultimate Member register form
- Claim Listing functionality – how to send email to users when their claim has been approved or denied
- Does the ‘nav_menu_css_class’ filter accept 2 or 3 arguments?
- How does WordPress ensure plugins run at the same time and how does it solve a plugin’s dependency on another one?
- Upload images from custom plugin using the media modal
- Options page not displayed under Settings menu
- Follow post plugins for WordPress
- How can I stop a plugin being updated?
- How does WordPress process plugin installations?
- problems with wordpress and php version 5.3.3-1
- My Category is too big on the Menu what can i do?
- Fusion Slider Just keeps loading [closed]
- Own plugin corrups plugin-activation
- Social sharing toolkit is not showing on ajax load
- wordpress plugin is not activating from widget
- WpDataTables – View Image Directory
- How generate 200% image size and save with suffix @2x
- Show existing POST categories as items in the sidebar menu [closed]
- Can’t send mails wordpress using SMTP authenticate [closed]
- Some recent plugin updates have failed “Could not create directory”
- How do I apply style to each category of a list?
- add_action does not call the function
- a href adds default URL with the given echo URL
- Disabling Wp_is_mobile from backend?
- How to create a plugin that includes all the other plugins?
- ACF – How to set the menu order for the relationship field
- wp_get_http has been deprecated. Use WP_Http instead
- Adding an item to an anonymous array inside a filter?
- add menu page not showing Icon
- One quantity for group of variations
- Securing a plugin pop-up window
- Is admin section completely customizable in terms of styling?
- What’s a good way to default behavior if a plugin is inactive?
- How do I add languages?
- Which Membership Plugin? [closed]
- Replace code in plugin template
- Moving sidebar links to below the header menu
- How to delete remain data in WP database after deleting custom post via admin interface
- Populate Woocommerce order notes with custom field value
- cmb2 select option output [closed]
- Jquery post responses 500 error after some time and lastly an 503 error
- How to code a wordpress page properly? Dashboard or unique Theme files or alternative?