wpseek.com
A WordPress-centric search engine for devs and theme authors
registered_post_type_{$post_type} › WordPress Action Hooks
Since6.0.0
Deprecatedn/a
› do_action( "registered_post_type_{$post_type}", $post_type, $post_type_object )
| Parameters: (2) |
|
| Defined at: |
|
| Codex: |
Fires after a specific post type is registered.
The dynamic portion of the filter name, `$post_type`, refers to the post type key. Possible hook names include: - `registered_post_type_post` - `registered_post_type_page`Related Functions: register_post_type, unregister_post_type, register_post_status, register_post_meta, register_block_core_post_template, unregister_post_meta