Total Theme: Get Images from Media Library that have a featured custom_meta
//https://total.wpexplorer.com/docs/snippets/attachments-gallery-slider/ add_filter( 'wpex_get_post_gallery_ids', function( $ids ) { /* $images = get_attached_media( 'image' ); if ( $images ) { $ids = array(); // reset incase there are any defined gallery images lets not include them foreach ( $images as $image )…
