ninja_forms_get_preview_page_title
Get the preview page title.
Description
ninja_forms_get_preview_page_title();
Usage
if ( !function_exists( 'ninja_forms_get_preview_page_title' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/activation.php'; } // NOTICE! Understand what this does before running. $result = ninja_forms_get_preview_page_title();
Defined (1)
The function is defined in the following location(s).
- /deprecated/includes/activation.php
- function ninja_forms_get_preview_page_title() {
- return apply_filters( 'ninja_forms_preview_page_title', 'ninja_forms_preview_page' );
- }