jetpack_xmlrpc_test_connection_response, success

jetpack_xmlrpc_test_connection_response, success

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_xmlrpc_test_connection_response, success') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php line 677
    		 * Filters the successful response of the XMLRPC test_connection method
    		 *
    		 * @param string $response The response string.
    		 */
    		return apply_filters( 'jetpack_xmlrpc_test_connection_response', 'success' );
    	}
    
    	/**
    	 * Test the API user code.
    	 *
    	 * @param array $args arguments identifying the test site.