Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: admin_xml_ns | Fires inside the HTML tag in the admin header. |
wp-includes/general-template.php: language_attributes() | Displays the language attributes for the ‘html’ tag. |
wp-includes/general-template.php: bloginfo() | Displays information about the current site. |
wp-includes/admin-bar.php: is_admin_bar_showing() | Determines whether the admin bar should be showing. |
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. |