Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_doing_ajax() | Determines whether the current request is a WordPress Ajax request. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/user.php: is_user_member_of_blog() | Find out whether a user is a member of a given blog. |
wp-includes/user.php: update_user_option() | Update user option with global blog capability. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |