wpseek.com
A WordPress-centric search engine for devs and theme authors



xmlrpc_call_success_mw_newpost › WordPress Action Hooks

Since3.4.0
Deprecatedn/a
do_action( 'xmlrpc_call_success_mw_newPost', $post_id, $args )
Parameters: (2)
  • () post_id ID of the new post.
    Required: Yes
  • () args An array of arguments to create the new post.
    Required: Yes
Defined at:
Codex:

Fires after a new post has been successfully created via the XML-RPC MovableType API.





Source

do_action( 'xmlrpc_call_success_mw_newPost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase