Title: PHP Parse error with version 1.0.5
Last modified: October 6, 2017

---

# PHP Parse error with version 1.0.5

 *  Resolved [xrampage16](https://wordpress.org/support/users/xrampage16/)
 * (@xrampage16)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-parse-error-with-version-1-0-5/)
 * Received this error after update which took down a few of my sites
 * PHP Parse error: syntax error, unexpected ‘[‘ in ./wp-content/plugins/cdn-enabler/
   cdn-enabler.php on line 44
 * It looks to be these sections
 * /* loader */
    add_action( ‘plugins_loaded’, [ ‘CDN_Enabler’, ‘instance’, ] );
 * /* uninstall */
    register_uninstall_hook( __FILE__, [ ‘CDN_Enabler’, ‘handle_uninstall_hook’,]);
 * Should they be array’s?

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

 *  Plugin Author [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * (@keycdn)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-parse-error-with-version-1-0-5/#post-9562282)
 * Yes, they are arrays. What PHP version are you using?
 *  Plugin Author [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * (@keycdn)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-parse-error-with-version-1-0-5/#post-9568574)
 * Please note that the CDN Enabler requires at least PHP >=5.4.

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

The topic ‘PHP Parse error with version 1.0.5’ is closed to new replies.

 * ![](https://ps.w.org/cdn-enabler/assets/icon-256x256.png?rev=2472538)
 * [CDN Enabler](https://wordpress.org/plugins/cdn-enabler/)
 * [Support Threads](https://wordpress.org/support/plugin/cdn-enabler/)
 * [Active Topics](https://wordpress.org/support/plugin/cdn-enabler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cdn-enabler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cdn-enabler/reviews/)

## Tags

 * [php parse error](https://wordpress.org/support/topic-tag/php-parse-error/)
 * [php-error](https://wordpress.org/support/topic-tag/php-error/)

 * 2 replies
 * 2 participants
 * Last reply from: [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/php-parse-error-with-version-1-0-5/#post-9568574)
 * Status: resolved