array( 'value' => 'default-sidebar', 'label' => __( 'Default Sidebar', 'blossom-shop' ), 'thumbnail' => get_template_directory_uri() . '/images/default-sidebar.png' ), 'no-sidebar' => array( 'value' => 'no-sidebar', 'label' => __( 'Full Width', 'blossom-shop' ), 'thumbnail' => get_template_directory_uri() . '/images/full-width.png' ), 'centered' => array( 'value' => 'centered', 'label' => __( 'Full Width Centered', 'blossom-shop' ), 'thumbnail' => get_template_directory_uri() . '/images/full-width-centered.png' ), 'left-sidebar' => array( 'value' => 'left-sidebar', 'label' => __( 'Left Sidebar', 'blossom-shop' ), 'thumbnail' => get_template_directory_uri() . '/images/left-sidebar.png' ), 'right-sidebar' => array( 'value' => 'right-sidebar', 'label' => __( 'Right Sidebar', 'blossom-shop' ), 'thumbnail' => get_template_directory_uri() . '/images/right-sidebar.png' ) ); } } function blossom_shop_sidebar_layout_callback(){ global $post; $blossom_shop_sidebar_layout = blossom_shop_get_sidebar_layout_data(); wp_nonce_field( basename( __FILE__ ), 'blossom_shop_nonce' ); ?>
ID, '_blossom_shop_sidebar_layout', true ); ?>
/>