nf_test
The Ninja Forms nf test function.
Description
nf_test( $field_id, $field_data );
Parameters (2)
- 0. $field_id
- The field id.
- 1. $field_data
- The field data.
Usage
if ( !function_exists( 'nf_test' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/admin/edit-field/li.php'; } // The field id. $field_id = null; // The field data. $field_data = null; // NOTICE! Understand what this does before running. $result = nf_test($field_id, $field_data);
Defined (1)
The function is defined in the following location(s).
- /deprecated/includes/admin/edit-field/li.php
- function nf_test( $field_id, $field_data ) {
- do_action( 'ninja_forms_edit_field_after_registered', $field_id, $field_data );
- }