wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
edit_post_{$post->post_type} › WordPress Action Hooks
Seit5.1.0
Veraltetn/v
› do_action( "edit_post_{$post->post_type}", $post_id, $post )
| Parameter: (2) |
|
| Definiert in: |
|
| Codex: |
Fires once an existing post has been updated.
The dynamic portion of the hook name, `$post->post_type`, refers to the post type slug. Possible hook names include: - `edit_post_post` - `edit_post_page`Ähnliche Funktionen: register_post_type, get_post_type, set_post_type, unregister_post_type, get_post_types, get_post_mime_type