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



xmlrpc_call_success_mw_editpost › WordPress Action Hooks

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

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





Source

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