PHP Shortcode Test V2
[php]
$wp_insert = “test_result_option”;
update_option(“php_test_working”, “SHORTCODE_IS_EXECUTING”);
[/php]
Basic PHP test post
[php]
$wp_insert = “test_result_option”;
update_option(“php_test_working”, “SHORTCODE_IS_EXECUTING”);
[/php]
Basic PHP test post