Hooks
-
Filters the Plupload default settings.
-
hookplupload_init
Filters the default Plupload settings.
-
Filters meta for a network on creation.
-
hookpopulate_options
Fires before creating WordPress options and populating their default values.
-
Filters meta for a site on creation.
-
Fires after the upload button in the media upload interface.
-
Fires after the upload interface loads.
-
hookpost-upload-ui
Fires on the post upload UI screen.
-
Filters the postbox classes for a specific screen and screen ID combo.
-
Filters the postbox classes for a specific screen and box ID combo.
-
Filters values for the meta key dropdown in the Custom Fields meta box.
-
Filters the number of custom fields to retrieve for the drop-down in the Custom Fields meta box.
-
hookposts_clauses
Filters all query clauses at once, for convenience.
-
Filters all query clauses at once, for convenience.
-
hookposts_distinct
Filters the DISTINCT clause of the query.
-
Filters the DISTINCT clause of the query.
-
hookposts_fields
Filters the SELECT clause of the query.
-
Filters the SELECT clause of the query.
-
hookposts_groupby
Filters the GROUP BY clause of the query.
-
Filters the GROUP BY clause of the query.
-
hookposts_join
Filters the JOIN clause of the query.
-
hookposts_join_paged
Filters the JOIN clause of the query.
-
Filters the JOIN clause of the query.
-
hookposts_orderby
Filters the ORDER BY clause of the query.
-
Filters the ORDER BY clause of the query.
-
hookposts_pre_query
Filters the posts array before the query takes place.
-
hookposts_request
Filters the completed SQL query before sending.
-
Filters the Post IDs SQL request before sending.
-
hookposts_results
Filters the raw post results array, prior to status checks.
-
hookposts_search
Filters the search SQL that is used in the WHERE clause of WP_Query.