do_action( 'xmlrpc_publish_post', int $post_id )

Fires when _publish_post_hook() is called during an XML-RPC request.


Parameters

$post_id int
Post ID.

Top ↑

Source

File: wp-includes/post.php. View all references

do_action( 'xmlrpc_publish_post', $post_id );


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.