Uses
Uses | Description |
---|---|
wp-admin/includes/revision.php: wp_prepare_revision_for_js | Filters the array of revisions used on the revisions screen. |
wp-admin/includes/revision.php: wp_get_revision_ui_diff() | Get the revision UI diff. |
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/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/formatting.php: human_time_diff() | Determines the difference between two timestamps. |
wp-includes/pluggable.php: get_avatar() | Retrieve the avatar |
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/pluggable.php: cache_users() | Retrieve info for user lists to prevent multiple queries by get_userdata() |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/functions.php: date_i18n() | Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post-template.php: get_the_title() | Retrieve post title. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/revision.php: wp_get_post_revisions() | Returns all revisions of specified post. |
wp-includes/revision.php: wp_revisions_enabled() | Determine if revisions are enabled for a given post. |
wp-includes/revision.php: wp_is_post_autosave() | Determines if the specified post is an autosave. |
wp-includes/author-template.php: get_the_author_meta() | Retrieves the requested data of the author of the current post. |