get_controls() ); } /** * Get controls * @return array */ public function get_controls() { return apply_filters( 'bigshop_title_tagline_controls', [ 'rt_logo' => [ 'type' => 'image', 'label' => __( 'Main Logo', 'bigshop' ), 'description' => __( 'Upload main logo for your site.', 'bigshop' ), 'button_label' => __( 'Logo', 'bigshop' ), ], 'rt_logo_light' => [ 'type' => 'image', 'label' => __( 'Light Logo', 'bigshop' ), 'description' => __( 'Upload light logo for transparent header. It should a white logo', 'bigshop' ), 'button_label' => __( 'Light Logo', 'bigshop' ), ], 'rt_logo_mobile' => [ 'type' => 'image', 'label' => __( 'Mobile Logo', 'bigshop' ), 'description' => __( 'Upload, if you need a different logo for mobile device..', 'bigshop' ), 'button_label' => __( 'Mobile Logo', 'bigshop' ), ], 'rt_logo_width_height' => [ 'type' => 'text', 'label' => __( 'Logo Dimension', 'bigshop' ), 'description' => __( 'Enter the width and height value separate by comma (,). Eg. 180px,45px', 'bigshop' ), 'transport' => '', ], ] ); } }