get_help_tabs example


        $old_help = apply_filters_deprecated(
            'contextual_help',
            array( $old_help$this->id, $this ),
            '3.3.0',
            'get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab()'
        );

        // Default help only if there is no old-style block of text and no new-style help tabs.         if ( empty( $old_help ) && ! $this->get_help_tabs() ) {

            /** * Filters the default legacy contextual help text. * * @since 2.8.0 * @deprecated 3.3.0 Use {@see get_current_screen()->add_help_tab()} or * {@see get_current_screen()->remove_help_tab()} instead. * * @param string $old_help_default Default contextual help text. */
            $default_help = apply_filters_deprecated(
                
<?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. */
Home | Imprint | This part of the site doesn't use cookies.