Uses
Uses | Description |
---|---|
wp-includes/meta.php: get_object_subtype() | Returns the object subtype for a given object ID of a specific type. |
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: maybe_serialize() | Serialize data, if needed. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |
wp-includes/wp-db.php: wpdb::insert() | Inserts a row into the table. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/meta.php: _get_meta_table() | Retrieves the name of the metadata table for the specified object type. |
wp-includes/meta.php: sanitize_meta() | Sanitizes meta value. |
wp-includes/meta.php: add_{$meta_type}_metadata | Short-circuits adding metadata of a specific type. |
wp-includes/meta.php: add_{$meta_type}_meta | Fires immediately before meta of a specific type is added. |
wp-includes/meta.php: added_{$meta_type}_meta | Fires immediately after meta of a specific type is added. |