Uses
Uses | Description |
---|---|
wp-includes/l10n.php: get_user_locale() | Retrieves the locale of a user. |
wp-admin/includes/screen.php: get_current_screen() | Get the current screen object |
wp-admin/includes/template.php: _wp_admin_html_begin() | |
wp-admin/admin-header.php: admin_enqueue_scripts | Enqueue scripts for all admin pages. |
wp-admin/admin-header.php: admin_print_styles-{$hook_suffix} | Fires when styles are printed for a specific admin page based on $hook_suffix. |
wp-admin/admin-header.php: admin_print_styles | Fires when styles are printed for all admin pages. |
wp-admin/admin-header.php: admin_print_scripts-{$hook_suffix} | Fires when scripts are printed for a specific admin page based on $hook_suffix. |
wp-admin/admin-header.php: admin_print_scripts | Fires when scripts are printed for all admin pages. |
wp-admin/admin-header.php: admin_head-{$hook_suffix} | Fires in head section for a specific admin page. |
wp-admin/admin-header.php: admin_head | Fires in head section for all admin pages. |
wp-admin/admin-header.php: admin_body_class | Filters the CSS classes for the body tag in the admin. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: sanitize_html_class() | Sanitizes an HTML classname to ensure it only contains valid characters. |
wp-includes/general-template.php: bloginfo() | Displays information about the current site. |
wp-includes/l10n.php: is_rtl() | Determines whether the current locale is right-to-left (RTL). |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/functions.wp-styles.php: wp_enqueue_style() | Enqueue a CSS stylesheet. |
wp-includes/admin-bar.php: show_admin_bar() | Sets the display status of the admin bar. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |