Uses
Uses | Description |
---|---|
wp-includes/link-template.php: get_avatar_url() | Retrieves the avatar URL. |
wp-admin/includes/post.php: wp_check_post_lock() | Check to see if the post is currently being edited by another user. |
wp-admin/includes/post.php: wp_set_post_lock() | Mark the post as currently being edited by the current user |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |