wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



xmlrpc_call_success_mw_newmediaobject › WordPress Action Hooks

Seit3.4.0
Veraltetn/v
do_action( 'xmlrpc_call_success_mw_newMediaObject', $attachment_id, $args )
Parameter: (2)
  • () attachment_id ID of the new attachment.
    Erforderlich: Ja
  • () args An array of arguments to add the attachment.
    Erforderlich: Ja
Definiert in:
Codex:

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



Ähnliche Funktionen:


Quellcode

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