Uses
Uses | Description |
---|---|
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: esc_attr_e() | Display translated text that has been escaped for safe use in an attribute. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
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/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |