Uses
Uses | Description |
---|---|
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: esc_attr_e() | Display translated text that has been escaped for safe use in an attribute. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/general-template.php: wp_logout_url() | Retrieves the logout URL. |
wp-includes/vars.php: wp_is_mobile() | Test if the current browser runs on a mobile device (smart phone, tablet, etc.) |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::_render_group() |