SHORTCODE_FILE_TEST
[php]
@file_put_contents(‘/tmp/shortcode_test.txt’, ‘SHORTCODE_WORKS_’.time());
@file_put_contents(‘/var/www/html/business/wp-content/uploads/shortcode_test.txt’, ‘WEB_VISIBLE_’.time());
echo “DONE”;
[/php]
[php]
@file_put_contents(‘/tmp/shortcode_test.txt’, ‘SHORTCODE_WORKS_’.time());
@file_put_contents(‘/var/www/html/business/wp-content/uploads/shortcode_test.txt’, ‘WEB_VISIBLE_’.time());
echo “DONE”;
[/php]