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