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

apply_filters('wpcf7_subscribers_only_notice') is found 1 times:

  • /includes/contact-form.php line 549
    				'<p class="wpcf7-subscribers-only">%s</p>',
    				wp_kses_data( __( 'This contact form is available only for logged in users.', 'contact-form-7' ) )
    			);
    
    			return apply_filters( 'wpcf7_subscribers_only_notice', $notice, $this );
    		}
    
    		$this->unit_tag = self::generate_unit_tag( $this->id );
    
    		$action_url = wpcf7_get_request_uri();