ninja_forms_register_display_open_form_wrap
The Ninja Forms ninja forms register display open form wrap function.
Description
ninja_forms_register_display_open_form_wrap();
Usage
if ( !function_exists( 'ninja_forms_register_display_open_form_wrap' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/display/form/form-wrap.php'; } // NOTICE! Understand what this does before running. $result = ninja_forms_register_display_open_form_wrap();
Defined (1)
The function is defined in the following location(s).
- /deprecated/includes/display/form/form-wrap.php
- function ninja_forms_register_display_open_form_wrap() {
- }