'; 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; }

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

1 thought on “Hello world!”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top