Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_is_json_request() | Checks whether current request is a JSON request, or is expecting a JSON response. |
wp-includes/query.php: is_embed() | Is the query for an embedded post? |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/admin-bar.php: _get_admin_bar_pref() | Retrieve the admin bar display preference of a user. |
wp-includes/admin-bar.php: show_admin_bar | Filters whether to show the admin bar. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |