Skip to content

Instantly share code, notes, and snippets.

@mircobabini
Created May 30, 2014 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mircobabini/9ee1eacc239232adb25b to your computer and use it in GitHub Desktop.
Save mircobabini/9ee1eacc239232adb25b to your computer and use it in GitHub Desktop.
Better ways to get the plugins dir path in WordPress?
<?php
/*
* @author mircobabini
* @license GPLv2
*/
function plugins_dir_path(){
return untrailingslashit( ABSPATH ) . str_replace( get_site_url(), '', plugins_url() );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment