wpseek.com
A WordPress-centric search engine for devs and theme authors
edit_{$field} › WordPress Filter Hooks
Since2.3.0
Deprecatedn/a
› apply_filters( "edit_{$field}", $value, $post_id )
| Parameters: (2) |
|
| Defined at: |
|
| Codex: |
Filters the value of a specific post field to edit.
The dynamic portion of the hook name, `$field`, refers to the post field name. Possible filter names include: - `edit_post_author` - `edit_post_date` - `edit_post_date_gmt` - `edit_post_content` - `edit_post_title` - `edit_post_excerpt` - `edit_post_status` - `edit_post_password` - `edit_post_name` - `edit_post_modified` - `edit_post_modified_gmt` - `edit_post_content_filtered` - `edit_post_parent` - `edit_post_type` - `edit_post_mime_type`Related Functions: get_post_field, get_term_field, settings_fields, edit_link, edit_user, register_rest_field
Related Hooks: edit_post_-field, edit_term_-field, edit_user_-field, edit_tag_form_fields, posts_fields