Title: flarefox's Replies | WordPress.org

---

# flarefox

  [  ](https://wordpress.org/support/users/flarefox/)

 *   [Profile](https://wordpress.org/support/users/flarefox/)
 *   [Topics Started](https://wordpress.org/support/users/flarefox/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flarefox/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flarefox/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flarefox/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flarefox/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flarefox/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [429 problem in China](https://wordpress.org/support/topic/429-problem-in-china/)
 *  [flarefox](https://wordpress.org/support/users/flarefox/)
 * (@flarefox)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/429-problem-in-china/#post-12596810)
 * I have been puzzled by the same problem. Is it being checked and fixed? Thanks.
   Five months passed.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [cron job does not work, why?](https://wordpress.org/support/topic/cron-job-does-not-work-why/)
 *  Thread Starter [flarefox](https://wordpress.org/support/users/flarefox/)
 * (@flarefox)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/cron-job-does-not-work-why/#post-2083364)
 * This question has been solved. The reason is time zone.
 * wp_schedule_event(current_time(‘timestamp’), ‘debug60s’, ‘auto_update_sddl_event’);
   
   After I changed it to be wp_schedule_event(time(), ‘debug60s’, ‘auto_update_sddl_event’);
 * It worked fine.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [cron job does not work, why?](https://wordpress.org/support/topic/cron-job-does-not-work-why/)
 *  Thread Starter [flarefox](https://wordpress.org/support/users/flarefox/)
 * (@flarefox)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/cron-job-does-not-work-why/#post-2083334)
 * Anyone can help? pls…
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [cron job does not work, why?](https://wordpress.org/support/topic/cron-job-does-not-work-why/)
 *  Thread Starter [flarefox](https://wordpress.org/support/users/flarefox/)
 * (@flarefox)
 * [15 years ago](https://wordpress.org/support/topic/cron-job-does-not-work-why/#post-2083175)
 * The steps to run a cron job are:
    1. use add_action to assign a function to a
   hook. 2. use wp_schedule_event to add the hook into cron list. 3. wait until 
   the scheduled time has passed, then refresh wp site one times, the function will
   execute.
 * Can you tell me whether these steps are correct? pls. Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [diffrent color for every widget’s title](https://wordpress.org/support/topic/diffrent-color-for-every-widgets-title/)
 *  [flarefox](https://wordpress.org/support/users/flarefox/)
 * (@flarefox)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/diffrent-color-for-every-widgets-title/#post-1177972)
 * .widget_pages h2{
    background-color:red; }
 * .widget_text h2{
    background-color:green; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [diffrent color for every widget’s title](https://wordpress.org/support/topic/diffrent-color-for-every-widgets-title-1/)
 *  [flarefox](https://wordpress.org/support/users/flarefox/)
 * (@flarefox)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/diffrent-color-for-every-widgets-title-1/#post-1177969)
 * .widget_pages h2{
    background-color:red; }
 * .widget_text h2{
    background-color:green; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to call function?](https://wordpress.org/support/topic/how-to-call-function/)
 *  [flarefox](https://wordpress.org/support/users/flarefox/)
 * (@flarefox)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/how-to-call-function/#post-1177904)
 * In your codes use require_once to require a php file, then you can call all functions
   in the file directly.
 * Note: If the function belongs to a class definition, a object must be create 
   to use the function. Maybe you can use a global object such as $post, $comment,
   $wpdb, etc.
 * I am a beginner. Hope it helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Nothing being cached](https://wordpress.org/support/topic/plugin-wp-super-cache-nothing-being-cached/)
 *  [flarefox](https://wordpress.org/support/users/flarefox/)
 * (@flarefox)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-nothing-being-cached/#post-1177901)
 * I read some codes in wp-cache plugin when made a plugin recently. But reading
   codes is not a delighting work, I still donnot quite clear. So I only can give
   these advices as for your problem.
 * Have you modified wp-cache plugin before upgrade?
    if not, Did you install some
   new plugin after upgrade? if not, Try delete all files in wp-content/cache? moreover,
   you probably have to delete *cache*.php in wp-contents folder.

Viewing 8 replies - 1 through 8 (of 8 total)