nf_register_edit_autocomplete_off
The Ninja Forms nf register edit autocomplete off function.
Description
nf_register_edit_autocomplete_off();
Usage
if ( !function_exists( 'nf_register_edit_autocomplete_off' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/admin/edit-field/autocomplete-off.php'; } // NOTICE! Understand what this does before running. $result = nf_register_edit_autocomplete_off();
Defined (1)
The function is defined in the following location(s).
- /deprecated/includes/admin/edit-field/autocomplete-off.php
- function nf_register_edit_autocomplete_off() {
- add_action('nf_edit_field_advanced', 'nf_field_autocomplete_off', 8, 2 );
- }