Fatal error: Call to undefined function plugin_dir_path()

Could it be that you forgot to comment the Exit if accessed directly part?

//Exit if accessed directly

if ( ! defined( 'ABSPATH' ) ) {
exit; 
}

Leave a Comment