Created
October 3, 2023 06:36
-
-
Save AnanthFlycart/e59759fcfff9dde4f9a0f1f04ef7f373 to your computer and use it in GitHub Desktop.
CUW: FBT display newest products
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_filter('cuw_fbt_product_ids_to_display', function ($ids, $product) { | |
| rsort($ids); | |
| return $ids; | |
| }, 100, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment