最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

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

matteradmin11PV0评论

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.

Post a comment

comment list (0)

  1. No comments so far