AnsPress_Validation::strip_tags( string $field )

Description #

Strip all tags

Parameters #

  • $field
    string (Required)

Changelog #

VersionDescription
2.0Introduced.

Source #

File: includes/class/validation.php

	private function strip_tags($field) {

		$this->fields[$field] = strip_tags( $this->fields[$field] );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment