Is there a way to dynamically get URL as a path to plugin root, not a local path?

admin2025-06-07  68

Is there a way to get path to the root plugin folder as a remote URL instead of a local path.
For Example:

Instead of: c:\xampp\htdocs\wordpress\wp-content\plugins\my_plugin\

I want to get: localhost/wordpress/wp-content/plugins/my_plugin/

Is there a way to get the 'web' path instead of local one?

Is there a way to get path to the root plugin folder as a remote URL instead of a local path.
For Example:

Instead of: c:\xampp\htdocs\wordpress\wp-content\plugins\my_plugin\

I want to get: localhost/wordpress/wp-content/plugins/my_plugin/

Is there a way to get the 'web' path instead of local one?

Share Improve this question edited Oct 19, 2018 at 12:37 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Oct 19, 2018 at 11:38 davidaristdavidarist 135 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

Check out the plugins_url() and plugin_dir_url() functions.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749248875a317602.html

最新回复(0)