Title: Arrays declaration
Last modified: March 30, 2018

---

# Arrays declaration

 *  Resolved [tomas.k.7](https://wordpress.org/support/users/tomask7/)
 * (@tomask7)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/arrays-declaration/)
 * In files config.php and analytics.php, you are using “new” arrays declaration
   such as “$array = [];”…. This is not supported in PHP 5.3 and older.
 * Can you please, for backward compatibility use former syntax (“$array = array();”)
   instead?
 * Thanks

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

 *  Plugin Author [Barry Kooij](https://wordpress.org/support/users/barrykooij/)
 * (@barrykooij)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/arrays-declaration/#post-10132260)
 * Hey [@tomask7](https://wordpress.org/support/users/tomask7/),
 * Where are these files located? Because I don’t think our plugin has any files
   that are named `config.php` or `analytics.php`.
 * Kind Regards,
 * Barry Kooij
 *  Thread Starter [tomas.k.7](https://wordpress.org/support/users/tomask7/)
 * (@tomask7)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/arrays-declaration/#post-10132273)
 * my mistake – wrong plugin, apologies.
 * correct one is [https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin)
    -  This reply was modified 8 years, 2 months ago by [tomas.k.7](https://wordpress.org/support/users/tomask7/).
    -  This reply was modified 8 years, 2 months ago by [tomas.k.7](https://wordpress.org/support/users/tomask7/).

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

The topic ‘Arrays declaration’ is closed to new replies.

 * ![](https://ps.w.org/related-posts-for-wp/assets/icon-256x256.png?rev=970117)
 * [Related Posts for WordPress](https://wordpress.org/plugins/related-posts-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-posts-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-posts-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/related-posts-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-posts-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-posts-for-wp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [tomas.k.7](https://wordpress.org/support/users/tomask7/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/arrays-declaration/#post-10132273)
 * Status: resolved