removing post_submitbox_misc_actions action
-
Hello,
I need to remove the Publicize section from the Publish meta box on the Post Edit page. It appears its being added by hooking on to post_submitbox_misc_actions; but it’s being done with an array and object by reference, and I just can’t figure out what the magic is to remove it by remove_action, eg.
remove_action( 'post_submitbox_misc_actions', $publicize_ui->post_page_metabox );Any ideas?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘removing post_submitbox_misc_actions action’ is closed to new replies.