ninja_forms_save_sub
Wrapper for nf_save_sub().
Description
ninja_forms_save_sub();
Usage
if ( !function_exists( 'ninja_forms_save_sub' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/deprecated.php'; } // NOTICE! Understand what this does before running. $result = ninja_forms_save_sub();
Defined (1)
The function is defined in the following location(s).
- /deprecated/includes/deprecated.php
- function ninja_forms_save_sub() {
- nf_save_sub();
- }