Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: image link in a plugin folder – dev question


r-a-y
Keymaster

@r-a-y

Use something like

echo WP_PLUGIN_URL . '/' . basename(dirname(__FILE__));

This will give you the URL to your plugin directory.

Skip to toolbar