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



xmlrpc_call_success_mw_newmediaobject › WordPress Action Hooks

Since3.4.0
Deprecatedn/a
do_action( 'xmlrpc_call_success_mw_newMediaObject', $attachment_id, $args )
Parameters: (2)
  • () attachment_id ID of the new attachment.
    Required: Yes
  • () args An array of arguments to add the attachment.
    Required: Yes
Defined at:
Codex:

Fires after a new attachment has been added via the XML-RPC MovableType API.



Related Functions:


Source

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