Is there any function that would return the full path of my plugin in WordPress?
Example is
path/wp-contents/plugins/myplugin
I have tr
You can gain it by using this method
plugin_dir_url( __DIR__ )