wpseek.com
A WordPress-centric search engine for devs and theme authors
rest_pre_insert_{$this->post_type} › WordPress Filter Hooks
Since4.7.0
Deprecatedn/a
› apply_filters( "rest_pre_insert_{$this->post_type}", $prepared_post, $request )
Parameters: (2) |
|
Defined at: | |
Codex: |
Filters a post before it is inserted via the REST API.
The dynamic portion of the hook name, $this->post_type
, refers to the post type slug.
Possible hook names include:
rest_pre_insert_post
rest_pre_insert_page
rest_pre_insert_attachment
Related Functions: create_initial_post_types, set_post_type, wp_insert_post, _insert_into_post_button, wp_after_insert_post, rest_get_route_for_post_type_items