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