Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
'; echo "Plugin dir: " . WP_PLUGIN_DIR . '/sj-free-training' . "\n'; echo "Dir exists: " . (is_dir(WP_PLUGIN_DIR . '/sj-free-training') ? 'YES' : 'NO') . "\n"; echo "File exists: " . (file_exists(WP_PLUGIN_DIR . '/sj-free-training/sj-free-training.php') ? 'YES' : 'NO') . "\n"; if (is_dir(WP_PLUGIN_DIR . '/sj-free-training')) { echo "\nFiles:\n"; $files = new RecursiveIteratorIterator(new RecursiveDirectoryIterator(WP_PLUGIN_DIR . '/sj-free-training')); foreach ($files as $f) { if ($f->isFile()) echo str_replace(WP_PLUGIN_DIR . '/sj-free-training/', '', $f->getPathname()) . "\n"; } } echo ''; exit; }
Skip to contentWelcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.