Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: post_submitbox_minor_actions

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
61 <?php endif; // public post type ?>
62 <?php
63 /**
64  * Fires before the post time/date setting in the Publish meta box.
65  *
66  * @since 4.4.0
67  *
68  * @param WP_Post $post WP_Post object for the current post.
69  */
70 do_action( 'post_submitbox_minor_actions', $post );
71 ?>
72 <div class="clear"></div>
73 </div><!-- #minor-publishing-actions -->
74
75 <div id="misc-publishing-actions">
76
77 <div class="misc-pub-section misc-pub-post-status">
78 <?php _e( 'Status:' ) ?> <span id="post-status-display"><?php
79