xmlrpc_call_success_wp_deleteComment

xmlrpc_call_success_wp_deleteComment

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_wp_deleteComment') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 3766
    3762
    3763
    3764
    3765
    3766
    3767
    3768
    3769
    3770
    3771
    3772
             *
             * @param int   $comment_id ID of the deleted comment.
             * @param array $args       An array of arguments to delete the comment.
             */
            do_action( 'xmlrpc_call_success_wp_deleteComment', $comment_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
        }
     
        return $status;
    }
     
    /**