How to Sort Regions Alphabetically

You can edit /wp-content/plugins/ssf-wp-functions.php and search for the following code:

if ($locales=$wpdb->get_results("SELECT * FROM ".SSF_WP_REGION_TABLE." ", ARRAY_A)) { 

Change it to:

if ($locales=$wpdb->get_results("SELECT * FROM ".SSF_WP_REGION_TABLE." ORDER BY ssf_wp_region_name", ARRAY_A)) { 

Save and upload the file, clear browser cache and refresh the page.

The region list should be sorted alphabetically now.

1+

Users who have LIKED this post:

  • Alex