Advertisement
bowenac

test cron

Jan 9th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Cron
  4. */
  5. global $wpdb;
  6. $userOptions = $wpdb->prefix . "chartUsersOptions";
  7.  
  8. $wpdb->query(
  9.     "UPDATE $userOptions SET status = '0'"
  10. );
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement