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.5.9.3

apply_filters('wpcf7_subscribers_only_notice') is found 1 times:

  • /includes/contact-form.php line 553
    				'<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 );
    
    		$lang_tag = str_replace( '_', '-', $this->locale );