MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
94 stars 51 forks source link

For PHP versions below 7.3, add a quick check for `array_key_first` #411

Closed jonathanstegall closed 3 years ago

jonathanstegall commented 3 years ago

What does this Pull Request do?

This adds a function_exists check for array_key_first. If it's not there, it gets the first array item from array_keys.

How do I test this Pull Request?

jonathanstegall commented 3 years ago

This closes #410