<?php
echo esc_attr( $post->menu_order
); ?>" />
<?php
/**
* Fires before the help hint text in the 'Page Attributes' meta box.
*
* @since 4.9.0
*
* @param WP_Post $post The current post.
*/
do_action( 'page_attributes_misc_attributes',
$post );
?>
<?php
if ( 'page' ===
$post->post_type &&
get_current_screen()->
get_help_tabs() ) : ?>
<p class="post-attributes-help-text"><?php
_e( 'Need help? Use the Help tab above the screen title.'
); ?></p>
<?php
endif;
endif;
}//
// Link-related Meta Boxes.
//
/**
* Displays link create form fields.
*
* @since 2.7.0
*
* @param object $link Current link object.
*/