Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-community-events.php: WP_Community_Events::__construct() | Constructor for WP_Community_Events. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |
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. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |