Pages

Thursday, March 12, 2015

How to get plugin directory path in wordpress

$pluginpath = WP_PLUGIN_URL . '/'. str_replace( basename( __FILE__ ), "", plugin_basename(__FILE__) );

No comments:

Post a Comment

Thank you for your Comment....