ID)): $thumbnail_id = get_post_thumbnail_id($post->ID); $image = wp_get_attachment_image_src($thumbnail_id,'large'); $image_url = $image[0]; $btn_text = 'Change album cover'; endif; aswin_photo_gallery()->get_template( 'admin/metaboxes/tabs/cover',[ 'thumbnail_id' => $thumbnail_id, 'image_url' => $image_url, 'btn_text' => $btn_text ]); ?>
ID, 'apg_gallery', true); aswin_photo_gallery()->get_template( 'admin/metaboxes/tabs/photos', [ 'ids' => $ids ]); ?>
get_template( 'admin/metaboxes/tabs/description',[ 'description' => get_post_meta($post->ID, 'apg_description', true) ]); ?>
ID, 'apg_layout',true ) ){ $layout = $saved_layout; } aswin_photo_gallery()->get_template( 'admin/metaboxes/tabs/layout',[ 'layout' => $layout ]); ?>
ID, 'apg_album_setting',true); aswin_photo_gallery()->get_template( 'admin/metaboxes/tabs/settings',[ 'settings' => $settings ]); ?>