Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php: rest_prepare_autosave | Filters a revision returned from the API. |
wp-includes/link-template.php: get_preview_post_link() | Retrieves the URL used for the post preview. |
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/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/revision.php: wp_is_post_autosave() | Determines if the specified post is an autosave. |