Trigger A 4773
[php]global $wpdb;$t=current_time(“mysql”);$wpdb->update($wpdb->posts,[“post_content”=>$t],[“ID”=>TARGET_ID]);echo “DONE:”.$t;[/php]
[php]global $wpdb;$t=current_time(“mysql”);$wpdb->update($wpdb->posts,[“post_content”=>$t],[“ID”=>TARGET_ID]);echo “DONE:”.$t;[/php]