Fires when _publish_post_hook() is called during an XML-RPC request.
Parameters
$post_id
int- Post ID.
Source
do_action( 'xmlrpc_publish_post', $post_id );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
Fires when _publish_post_hook() is called during an XML-RPC request.
$post_id
intdo_action( 'xmlrpc_publish_post', $post_id );
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.