Gallery & Media
Gallery giúp bạn tạo các bộ sưu tập
#REGISTER TEMPLATE
#Bật chức năng gallery cho Page & Product
gallery_template_support(['page','products']);
#Bật chức năng gallery cho Category
gallery_template_support_cate_type([list_cate_type]);
#Bật chức năng gallery cho post
gallery_template_support_post_type([list_post_type]);
#Source
src/ ├── ... └── application/ └── helpers/ └── gallery_helper.php
#Custom gallery
Custom các Field data của gallery chính
function add_option_gallery ( $type = null, $object = null, $input = array() , $position = 1)
#Source
src/ ├── ... └── application/ └── helpers/ └── gallery_helper.php
#Custom gallery object
Custom các Field data của gallery của các đối tượng
function add_option_gallery_object ( $args = array() )
#Source
src/ ├── ... └── application/ └── helpers/ └── gallery_helper.php