xmlrpc_call_success_wp_editComment

xmlrpc_call_success_wp_editComment

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_wp_editComment') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 3878
    3874
    3875
    3876
    3877
    3878
    3879
    3880
    3881
    3882
    3883
    3884
         *
         * @param int   $comment_id ID of the updated comment.
         * @param array $args       An array of arguments to update the comment.
         */
        do_action( 'xmlrpc_call_success_wp_editComment', $comment_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
     
        return true;
    }
     
    /**
     * Creates a new comment.