Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/link-template.php: get_dashboard_url() | Retrieves the URL to the user’s dashboard. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::add_menu() | Add a node (menu item) to the Admin Bar menu. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |