Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-community-events.php: WP_Community_Events::get_unsafe_client_ip() | Determines the user’s actual IP address and attempts to partially anonymize an IP address by converting it to a network ID. |
wp-admin/includes/class-wp-community-events.php: WP_Community_Events::__construct() | Constructor for WP_Community_Events. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: wp_create_nonce() | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
wp-includes/functions.wp-scripts.php: wp_script_is() | Determines whether a script has been added to the queue. |
wp-includes/functions.wp-scripts.php: wp_localize_script() | Localize a script. |
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. |