AnsPress_Validation::fields_to_include()

Description #

Check fields to process

Changelog #

VersionDescription
2.0.1Introduced.

Source #

File: includes/class/validation.php

	private function fields_to_include() {
		foreach ( (array) $this->args as $field => $actions ) {
			$value = isset( $_REQUEST[ $field ] ) ? $_REQUEST[ $field ] : '';
			$this->fields[ $field ] = $value;
		}
	}

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