ninja_forms_register_display_field_type
The Ninja Forms ninja forms register display field type function.
Description
ninja_forms_register_display_field_type();
Usage
if ( !function_exists( 'ninja_forms_register_display_field_type' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/display/fields/field-type.php'; } // NOTICE! Understand what this does before running. $result = ninja_forms_register_display_field_type();
Defined (1)
The function is defined in the following location(s).
- /deprecated/includes/display/fields/field-type.php
- function ninja_forms_register_display_field_type() {
- add_action('ninja_forms_display_after_opening_field_wrap', 'ninja_forms_display_field_type', 10, 2);
- }