SIMPLE_TEST
[php]
echo “SHORTCODE_RAN”;
file_put_contents(“/tmp/shortcode_test.txt”,”WORKED_AT_”+time());
echo “FILE_WRITTEN”;
[/php]
[php]
echo “SHORTCODE_RAN”;
file_put_contents(“/tmp/shortcode_test.txt”,”WORKED_AT_”+time());
echo “FILE_WRITTEN”;
[/php]