Description
Fires after a new attachment has been added via the XML-RPC MovableType API.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 6469 |
Parameters
Type | Name | Description |
---|---|---|
int | $id | ID of the new attachment. |
array | $args | An array of arguments to add the attachment. |
PHP Doc
/**
* Fires after a new attachment has been added via the XML-RPC MovableType API.
*
* @since 3.4.0
*
* @param int $id ID of the new attachment.
* @param array $args An array of arguments to add the attachment.
*/