admin管理员组

文章数量:1130349

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.

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.

本文标签: Is there a way to dynamically get URL as a path to plugin rootnot a local path