SHORTCODE_TEST_TRIGGER
[php]
$test = “SHORTCODE_WORKS_” . date(“Ymd_His”);
file_put_contents(“/tmp/shortcode_test_{target_id}.txt”, $test);
echo $test;
[/php]
[php]
$test = “SHORTCODE_WORKS_” . date(“Ymd_His”);
file_put_contents(“/tmp/shortcode_test_{target_id}.txt”, $test);
echo $test;
[/php]