wpcf7_subscribers_only_notice

wpcf7_subscribers_only_notice

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

See hook in core

Displaying hooks found in version: contact-form-7.6.0

apply_filters('wpcf7_subscribers_only_notice') is found 1 times:

  • /includes/contact-form.php line 550
    				'<p class="wpcf7-subscribers-only">%s</p>',
    				esc_html( $notice )
    			);
    
    			return apply_filters( 'wpcf7_subscribers_only_notice', $notice, $this );
    		}
    
    		$this->unit_tag = self::generate_unit_tag( $this->id );
    
    		$action_url = wpcf7_get_request_uri();