fs_get_template_path
The NextGEN Gallery fs get template path function.
Description
fs_get_template_path( $path );
Parameters (1)
- 0. $path
- The path.
Usage
if ( !function_exists( 'fs_get_template_path' ) ) { require_once ABSPATH . PLUGINDIR . 'nextgen-gallery/freemius/includes/fs-core-functions.php'; } // The path. $path = null; // NOTICE! Understand what this does before running. $result = fs_get_template_path($path);
Defined (1)
The function is defined in the following location(s).
- /freemius/includes/fs-core-functions.php
- function fs_get_template_path( $path ) {
- return WP_FS__DIR_TEMPLATES . '/' . trim( $path, '/' );
- }