esc_html__('Show', 'ample-magazine'), 'hide' => esc_html__('Hide', 'ample-magazine') ); return apply_filters('ample_magazine_breaking_news_option', $ample_magazine_breaking_news_option); } endif; /** * Slider options * @param null * @return array $ample_magazine_slider_option * */ if (!function_exists('ample_magazine_slider_option')) : function ample_magazine_slider_option() { $ample_magazine_slider_option = array( 'show' => esc_html__('Show', 'ample-magazine'), 'hide' => esc_html__('Hide', 'ample-magazine') ); return apply_filters('ample_magazine_slider_option', $ample_magazine_slider_option); } endif; /** * header layout function * */ if (!function_exists('ample_magazine_header_layout_option')) : function ample_magazine_header_layout_option() { $ample_magazine_header_layout_option = array( 'layout1' => esc_html__('Layout 1', 'ample-magazine'), 'layout2' => esc_html__('Layout 2', 'ample-magazine') ); return apply_filters('ample_magazine_header_layout_option', $ample_magazine_header_layout_option); } endif; /** * Slider options * @param null * @return array $ample_magazine_breaking_news_option * */ if (!function_exists('ample_magazine_trending_news_option')) : function ample_magazine_trending_news_option() { $ample_magazine_trending_news_option = array( 'show' => esc_html__('Show', 'ample-magazine'), 'hide' => esc_html__('Hide', 'ample-magazine') ); return apply_filters('ample_magazine_trending_news_option', $ample_magazine_trending_news_option); } endif;