Created
April 29, 2020 16:30
-
-
Save vfontjr/a53269245dd3fedb1252c0f8abd7789a to your computer and use it in GitHub Desktop.
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
<?php | |
add_filter( 'infinity_images', 'add_infinity_pro_widget_images'); | |
function add_infinity_pro_widget_images($images) { | |
$images = array( '1', '2', '3', '4', '5', '6', '7' ); | |
return $images; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment