155 results found for “post+meta”. Showing results 51 to 75.
-
Registers the post type meta box if a custom callback was specified.
-
Unregisters the post type meta box if a custom callback was specified.
-
Updates the wp_postmeta with the list of ignored hooked blocks where the inner blocks are stored as post content.
-
Queues posts for lazy-loading of term meta.
-
Filters whether the user is allowed to add post meta to a post of a given type.
-
Autosaves the revisioned meta fields.
-
Renders the hidden form required for the meta boxes form.
-
functionadd_meta()
Adds post meta data defined in the `$_POST` superglobal for a post with given ID.
-
functionhas_meta()
Returns meta data for the given post ID.
-
functionthe_meta()
Displays a list of post custom fields.
-
functionlist_meta()
Outputs a post’s public meta data in the Custom Fields meta box.
-
functiondelete_meta()
Deletes post meta data by meta ID.
-
functionpost_custom()
Retrieves post custom meta data field.
-
functionupdate_meta()
Updates post meta data by meta ID.
-
functionmap_meta_cap()
Maps a capability to the primitive capabilities required of the given user to satisfy the capability being checked.
-
hookthe_meta_key
Filters the HTML output of the li element in the post custom fields list.
-
hooksubmitpost_box
Fires before meta boxes with ‘side’ context are output for all post types other than ‘page’.
-
functionwp_delete_post()
Trashes or deletes a post or page.
-
functionget_post_custom()
Retrieves post meta fields, based on post ID.
-
functionpostbox_classes()
Returns the list of classes to be used by a meta box.
-
hookdbx_post_sidebar
Fires after all meta box sections have been output, before the closing #post-body div.