513 * At this point, the required hidden fields and nonces have already been output.514 *515 * @since 3.7.0516 *517 * @param WP_Post $post Post object.518 */519do_action( 'edit_form_top', $post );520?>521522<divid="poststuff">523<divid="post-body"class="metabox-holder columns-<?phpecho(1===get_current_screen()->get_columns())?'1':'2';?>">524<divid="post-body-content">525
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.