wpcf7_swv_available_rules

wpcf7_swv_available_rules

Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_swv_available_rules') is found 1 times:

  • /includes/swv/swv.php line 41
    		'all' => 'Contactable\SWV\AllRule',
    		'any' => 'Contactable\SWV\AnyRule',
    	);
    
    	return apply_filters( 'wpcf7_swv_available_rules', $rules );
    }
    
    
    add_action( 'wpcf7_init', 'wpcf7_swv_load_rules', 10, 0 );
    
    /**