LifterLMS::plugin_url()
Get the plugin url.
Contents
Return Return
(string)
Source Source
File: class-lifterlms.php
public function plugin_url() { return untrailingslashit( plugins_url( '/', __FILE__ ) ); }
Expand full source code Collapse full source code View on GitHub