New and updated in 3.6.0
-
hookwp_login_errors
Filters the login page errors.
-
Fires when the upgrader process is complete.
-
functionwp_check_locked_posts()
Checks lock status for posts displayed on the Posts screen.
-
functionwp_refresh_post_lock()
Checks lock status on the New/Edit Post screen and refresh the lock.
-
functionwp_refresh_post_nonces()
Checks nonce expiration on the New/Edit Post screen and refresh if needed.
-
function_local_storage_notice()
Outputs the HTML for restoring the post data from DOM storage
-
Filters the default post display states used in the posts list table.
-
functiondo_accordion_sections()
Meta Box Accordion Template Function.
-
functionwp_add_id3_tag_data()
Parses ID3v2, ID3v1, and getID3 comments to extract usable data.
-
functionwp_read_video_metadata()
Retrieves metadata from a video file’s ID3 tags.
-
functionwp_read_audio_metadata()
Retrieves metadata from an audio file’s ID3 tags.
-
Fires inside the dialog displayed when a user has lost the post lock.
-
Filters whether to show the post locked dialog.
-
Filters whether to allow the post lock to be overridden.
-
Fires inside the post locked dialog before the buttons are displayed.
-
functionwp_ajax_heartbeat()
Handles the Heartbeat API via AJAX.
-
Filters the Heartbeat response received.
-
hookheartbeat_send
Filters the Heartbeat response sent.
-
hookheartbeat_tick
Fires when Heartbeat ticks in logged-in environments.
-
functionwp_ajax_get_revision_diffs()
Handles getting revision diffs via AJAX.
-
Filters Heartbeat Ajax response in no-privilege environments when no data is passed.
-
Fires when Heartbeat ticks in no-privilege environments.
-
functionwp_get_revision_ui_diff()
Get the revision UI diff.
-
Contextually filter a post revision field.
-
functionwp_prepare_revisions_for_js()
Prepare revisions for JavaScript.
-
functionwp_ajax_nopriv_heartbeat()
Handles the Heartbeat API in the no-privilege context via AJAX .
-
Filters Heartbeat Ajax response in no-privilege environments.