do_action( 'xmlrpc_call_success_mw_newMediaObject', int $id , array $args )
Fires after a new attachment has been added via the XML-RPC MovableType API.
Parameters
- $id
-
ID of the new attachment.
- $args
-
An array of arguments to add the attachment.
Source
Changelog
Version | Description |
---|---|
WP-3.4.0 | Introduced. |