204 results found for “meta data”. Showing results 151 to 175.
-
functionpost_custom()
Retrieves post custom meta data field.
-
classWP_Tax_Query
Core class used to implement taxonomy queries for the Taxonomy API.
-
functionrss_enclosure()
Displays the rss enclosure for the current post.
-
functionatom_enclosure()
Displays the atom enclosure for the current post.
-
functionwp_delete_term()
Removes a term from the database.
-
functionwp_delete_user()
Delete user and optionally reassign posts and links to another user.
-
hookenclosure_links
Filters the list of enclosure links before querying the database.
-
functionwp_restore_image()
Restores the metadata for a given attachment.
-
function_wp_make_subsizes()
Low-level function to create image sub-sizes.
-
functiondelete_user_option()
Deletes user option with global blog capability.
-
functionupdate_post_caches()
Updates post, term, and metadata caches for a list of post objects.
-
functionupdate_user_option()
Updates user option with global blog capability.
-
methodwpdb::get_col_info()
Retrieves column metadata from the last query.
-
functionregister_block_type()
Registers a block type. The recommended way is to register a block type using the metadata stored in the `block.json` file.
-
methodwpdb::load_col_info()
Loads the column metadata from the last query.
-
functionwp_after_insert_post()
Fires actions after a post, its terms and meta data has been saved.
-
Fires once a post, its terms and meta data has been saved.
-
functionwp_create_image_subsizes()
Creates image sub-sizes, adds the new data to the image meta `sizes` array, and updates the image metadata.
-
functionwp_update_image_subsizes()
If any of the currently registered image sub-sizes are missing, create them and update the image meta data.
-
functionwp_get_attachment_id3_keys()
Returns useful keys to use to lookup data from an attachment’s stored metadata.
-
Filters the editable list of keys to look up data from an attachment’s metadata.
-
functionimage_get_intermediate_size()
Retrieves the image’s intermediate size (resized) path, width, and height.
-
functionregister_block_style_handle()
Finds a style handle for the block metadata field. It detects when a path to file was provided and registers the style under automatically generated handle name. It returns unprocessed style handle otherwise.