Sort PHP array by datetime
-
Hello,
I am using the following PHP code (that i did not write) to display a custom menu on my homepage (https://www.globexposure.net/blossoms/):
<?php wp_nav_menu( array( 'theme_location' => 'home-menu', 'container_class' => 'home_menu_class' ) ); ?>
At present it displays the menu items in reverse alphabetical order.
I would like to sort the array into datetime order instead. Please can someone show me how?
Many thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sort PHP array by datetime’ is closed to new replies.