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