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



xmlrpc_call_success_wp_deletecategory › WordPress Action Hooks

Seit3.4.0
Veraltetn/v
do_action( 'xmlrpc_call_success_wp_deleteCategory', $category_id, $args )
Parameter: (2)
  • () category_id ID of the deleted category.
    Erforderlich: Ja
  • () args An array of arguments to delete the category.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a category has been successfully deleted via XML-RPC.





Quellcode

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