Title: [Plugin: WP Calendar] PHP warning
Last modified: August 19, 2016

---

# [Plugin: WP Calendar] PHP warning

 *  [woodscreative](https://wordpress.org/support/users/woodscreative/)
 * (@woodscreative)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-calendar-php-warning/)
 * On some php configurations line 1672 of fsCalendar.php will produce a warning:
 *     ```
       function fse_print_events($args) {
         global $fsCalendar;
         return $fsCalendar->printEvents($args);
       }
       ```
   
 * Should have a default array for arguments same as other functions:
 *     ```
       function fse_print_events($args = array()) {
         global $fsCalendar;
         return $fsCalendar->printEvents($args);
       }
       ```
   
 * [http://wordpress.org/extend/plugins/wp-calendar/](http://wordpress.org/extend/plugins/wp-calendar/)

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

 *  [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-calendar-php-warning/#post-1429588)
 * thx, i’ll fix that one!
 *  [central101](https://wordpress.org/support/users/central101/)
 * (@central101)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-calendar-php-warning/#post-1429610)
 * Hey Faebu, sorry to contact you like this but I’m wondering how I can get your
   plugin to work when used as hyperlink.
 * The plugin I’m talking about is the Thickbox Announcement. I am trying to create
   a news button that when clicked on would call on the lightbox and it’s content.
   Can you explain how i can do this? I’m sure it can be done.
 * Thanks!

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

The topic ‘[Plugin: WP Calendar] PHP warning’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [central101](https://wordpress.org/support/users/central101/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-calendar-php-warning/#post-1429610)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
