AnsPress_Form::build()

Description #

Build the form.

Changelog #

VersionDescription
2.0.1Introduced.

Source #

File: includes/class/form.php

	public function build() {

		$this->form_head();
		$this->form_fields();

		if ( ! isset( $this->args['hide_footer'] ) || false !== $this->args['hide_footer'] ) {
			$this->hidden_fields();
			$this->form_footer();
		}
	}

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