Uses
Uses | Description |
---|---|
wp-admin/includes/meta-boxes.php: page_attributes_misc_attributes | Fires before the help hint text in the ‘Page Attributes’ meta box. |
wp-admin/includes/meta-boxes.php: page_attributes_meta_box_template | Fires immediately after the label inside the ‘Template’ section of the ‘Page Attributes’ meta box. |
wp-admin/includes/meta-boxes.php: default_page_template_title | Filters the title of the default page template displayed in the drop-down. |
wp-admin/includes/theme.php: get_page_templates() | Gets the page templates available in this theme. |
wp-admin/includes/class-wp-screen.php: WP_Screen::get_help_tabs() | Gets the help tabs registered for the screen. |
wp-admin/includes/screen.php: get_current_screen() | Get the current screen object |
wp-admin/includes/template.php: page_template_dropdown() | Print out option HTML elements for the page templates drop-down. |
wp-admin/includes/meta-boxes.php: page_attributes_dropdown_pages_args | Filters the arguments used to generate a Pages drop-down element. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post-template.php: wp_dropdown_pages() | Retrieve or display a list of pages as a dropdown (select list). |
wp-includes/post.php: post_type_supports() | Check a post type’s support for a given feature. |
wp-includes/post.php: is_post_type_hierarchical() | Whether the post type is hierarchical. |