xmlrpc_call_success_mw_newMediaObject

xmlrpc_call_success_mw_newMediaObject

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_mw_newMediaObject') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 6469
    6465
    6466
    6467
    6468
    6469
    6470
    6471
    6472
    6473
    6474
    6475
    *
     * @param int   $id   ID of the new attachment.
     * @param array $args An array of arguments to add the attachment.
     */
    do_action( 'xmlrpc_call_success_mw_newMediaObject', $id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
     
    $struct = $this->_prepare_media_item( get_post( $id ) );
     
    // Deprecated values.
    $struct['id']   = $struct['attachment_id'];
    $struct['file'] = $struct['title'];