108 results found for “post meta”. Showing results 26 to 50.
-
functionregister_post_meta()
Registers a meta key for posts.
-
functionunregister_post_meta()
Unregisters a meta key for posts.
-
Filters whether the user is allowed to edit a specific meta key of a specific object type and subtype.
-
Re-maps ‘edit_post’ meta cap for a customize_changeset post to be the same as ‘customize’ maps.
-
Filters whether the user is allowed to add post meta to a post of a given type.
-
Registers the post type meta box if a custom callback was specified.
-
Unregisters the post type meta box if a custom callback was specified.
-
Queues posts for lazy-loading of term meta.
-
Lazyloads term meta for posts in the loop.
-
Filters the size used to display the post thumbnail image in the ‘Featured image’ meta box.
-
functiondelete_meta()
Deletes post meta data by meta ID.
-
functionget_post_meta_by_id()
Returns post meta data by meta ID.
-
functionupdate_meta()
Updates post meta data by meta ID.
-
functionget_post_custom()
Retrieves post meta fields, based on post ID.
-
functionadd_meta()
Adds post meta data defined in the `$_POST` superglobal for a post with given ID.