xmlrpc_pingback_error

xmlrpc_pingback_error

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('xmlrpc_pingback_error') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 7159

    Warning: Undefined array key 7161 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 7162 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 7163 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 7164 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    7155
    7156
    7157
    7158
    7159
    7160
    7161
             * @since 3.5.1
             *
             * @param IXR_Error $error An IXR_Error object containing the error code and message.
             */
            return apply_filters( 'xmlrpc_pingback_error', new IXR_Error( $code, $message ) );
        }
    }