wfls_xml_rpc_blocked

wfls_xml_rpc_blocked

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordfence.7.9.3

do_action('wfls_xml_rpc_blocked') is found 1 times:

  • /modules/login-security/classes/controller/wordfencels.php line 285
    		 * Fires just prior to blocking an XML-RPC request. After firing this action hook the XML-RPC request is blocked.
    		 *
    		 * @param int $source The source code of the block.
    		 */
    		do_action('wfls_xml_rpc_blocked', 2);
    		return false;
    	}
    
    	private function has_woocommerce() {
    		return class_exists('woocommerce');
    	}
    

See this hook used in plugins: