LifterLMS::plugin_path()
Get the plugin path.
Contents
Return Return
(string)
Source Source
File: class-lifterlms.php
public function plugin_path() {
return untrailingslashit( plugin_dir_path( __FILE__ ) );
}
Expand full source code Collapse full source code View on GitHub