4.6.0 | Developer.WordPress.org (original) (raw)
- Filters whether the user is allowed to edit meta for specific object types/subtypes.
- Filters whether the user is allowed to edit a specific meta key of a specific object type.
- Filters whether the user is allowed to add post meta to a post of a given type.
- Fires in the login page header after the body tag is opened.
- Enables a theme for all sites on the current network.
- Disables a theme for all sites on the current network.
- Generate the ORDER BY clause for an ‘orderby’ param that is potentially related to a meta query.
- Parse an ‘order’ query variable and cast it to ASC or DESC as necessary.
- Used internally to generate a SQL string related to the ‘search’ parameter.
- Retrieves the query results.
- Fires before terms are retrieved.
- Parse and sanitize ‘orderby’ keys passed to the term query.
- Parse arguments passed to the term query with default query parameters.
- Fires after term query vars have been parsed.
- Sets up the query and retrieves the results.
- Class used for querying terms.
- Determines whether a PHP ini value is changeable at runtime.
- Retrieves the current network ID.
- Filters whether to enable maintenance mode.
- Filters whether to allow the debug mode check to occur.
- Filters the posts array before the query takes place.
- Loads plugin and theme text domains just-in-time.
- Retrieves registered metadata for a specified object.
- Filters out `register_meta()` args based on an allowed list.
- Filters the registration arguments when registering meta.
- Checks if a meta key is registered.