520 * At this point, the required hidden fields and nonces have already been output.521 *522 * @since 3.7.0523 *524 * @param WP_Post $post Post object.525 */526do_action( 'edit_form_top', $post );527?>528529<divid="poststuff">530<divid="post-body"class="metabox-holder columns-<?phpecho(1===get_current_screen()->get_columns())?'1':'2';?>">531<divid="post-body-content">532
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.