Uses
Uses | Description |
---|---|
wp-includes/meta.php: get_{$meta_type}_metadata_by_mid | Short-circuits the return value when fetching a meta field by meta ID. |
wp-includes/functions.php: maybe_unserialize() | Unserialize data only if it was serialized. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/wp-db.php: wpdb::get_row() | Retrieves one row from the database. |
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. |