AnsPress_Form::build()

Description #

Build the form.

Changelog #

VersionDescription
2.0.1Introduced.

Source #

File: includes/class/form.php

128
129
130
131
132
133
134
135
136
137
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