Action Hook
View Source on Trac ↗
Action Hook
post_action_{$action}
do_action( 'post_action_{$action}', $post_id ) Fires for a given custom post action request. The dynamic portion of the hook name, `$action`, refers to the custom post action.
Parameters 1 parameter
| Name / Type | Description |
|---|---|
| $post_id mixed | No description available. |
Hook Information
Source File
wp-admin/post.php
Advertisement