wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
{$old_status}_to_{$new_status} › WordPress Action Hooks
Seit2.3.0
Veraltetn/v
› do_action( "{$old_status}_to_{$new_status}", $post )
| Parameter: |
|
| Definiert in: |
|
| Codex: |
Fires when a post is transitioned from one status to another.
The dynamic portions of the hook name, `$new_status` and `$old_status`, refer to the old and new post statuses, respectively. Possible hook names include: - `draft_to_publish` - `publish_to_trash` - `pending_to_draft`Ähnliche Funktionen: get_post_status_object, wpmu_log_new_registrations