freemius
Quick shortcut to get Freemius for specified plugin.
Description
freemius( (string) $slug );
Used by various templates.
Parameters (1)
- 0. $slug (string)
- The slug.
Usage
if ( !function_exists( 'freemius' ) ) { require_once '/freemius/start.php'; } // The slug. $slug = ''; // NOTICE! Understand what this does before running. $result = freemius($slug);
Defined (1)
The function is defined in the following location(s).
- /freemius/start.php
- function freemius( $slug ) {
- return Freemius::instance( $slug );
- }