Skip to:
Content

  • Home
  • About
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / Recipe_Post_Utilities / Recipe_Post_Utilities::remove_publish_box()

Recipe_Post_Utilities::remove_publish_box()

Remove the WP standard Post publish metabox


Source

File: src/core/automator-post-types/uo-recipe/class-recipe-post-utilities.php

	public function remove_publish_box() {
		remove_meta_box( 'submitdiv', 'uo-recipe', 'side' );
	}

Expand full source code Collapse full source code View on Github


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service