ninja_forms_display_close_form_wrap
The Ninja Forms ninja forms display close form wrap function.
Description
ninja_forms_display_close_form_wrap( $form_id );
Parameters (1)
- 0. $form_id
- The form id.
Usage
if ( !function_exists( 'ninja_forms_display_close_form_wrap' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/display/form/form-wrap.php'; } // The form id. $form_id = null; // NOTICE! Understand what this does before running. $result = ninja_forms_display_close_form_wrap($form_id);
Defined (1)
The function is defined in the following location(s).
- /deprecated/includes/display/form/form-wrap.php
- function ninja_forms_display_close_form_wrap($form_id) {
- ?>
- </div>
- <?php