Hooks
-
Filters the file list used for calculating a unique filename for a newly added file.
-
Filters the post slug before it is generated to be unique.
-
Filters a post’s comment count before it is updated in the database.
-
Short-circuits the process of detecting errors related to HTTPS support.
-
hookpre_{$field}
Filters the value of a specific post field before saving.
-
Filters a taxonomy field before it is sanitized.
-
Filters whether to print the admin styles.
-
Fires when the editor scripts are loaded for later initialization, after all scripts and settings are printed.
-
Filters whether to print the footer scripts.
-
Filters whether to print the head scripts.
-
Filters whether to print the styles queued too late for the HTML head.
-
Fires when the custom Backbone media templates are printed.
-
Filters the list of script dependencies left to print.
-
Filters the array of enqueued styles before processing for output.
-
Filters the link label for the ‘Search engines discouraged’ message displayed in the ‘At a Glance’ dashboard widget.
-
Filters the link title attribute for the ‘Search engines discouraged’ message displayed in the ‘At a Glance’ dashboard widget.
-
Filters the URL of the privacy policy page.
-
Filters the text prepended to the post title of private posts.
-
Fires when a post’s status is transitioned from private to published.
-
Fires after the ‘Personal Options’ settings table on the ‘Profile’ editing screen.
-
hookprofile_update
Fires immediately after an existing user is updated.
-
Filters the text prepended to the post title for protected posts.
-
hookpublish_phone
Fires after a post submitted by email is published.
-
Filters the capability to read private posts for a custom post type when generating SQL for getting posts by author.
-
hookquery
Filters the database query.
-
Filters the arguments which will be passed to `WP_Query` for the Query Loop Block.
-
hookquery_string
Filters the query string before parsing.
-
hookquery_vars
Filters the query variables allowed before processing.
-
Filters the Quicktags settings.