wpcf7_refill_response

wpcf7_refill_response

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_refill_response') is found 1 times:

  • /includes/rest-api.php line 452
    			'5.2',
    			'wpcf7_refill_response'
    		);
    
    		$response = apply_filters( 'wpcf7_refill_response', array() );
    
    		return rest_ensure_response( $response );
    	}
    
    	private function get_properties( WPCF7_ContactForm $contact_form ) {
    		$properties = $contact_form->get_properties();
    

See this hook used in plugins: