: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
'title' => esc_html__( 'Posts per page', 'herald' ),
'subtitle' => esc_html__( 'Choose how many posts per page you want to display', 'herald' ),
'inherit' => wp_kses( sprintf( __( 'Inherit from global option in <a href="%s">Settings->Reading</a>', 'herald' ), admin_url( 'options-general.php' ) ), wp_kses_allowed_html( 'post' ) ),
'custom' => esc_html__( 'Custom number', 'herald' )
'default' => herald_get_default_option( 'author_ppp' ),
'id' => 'author_ppp_num',
'title' => esc_html__( 'Number of posts per page', 'herald' ),
'default' => herald_get_default_option( 'author_ppp_num' ),
'required' => array( 'author_ppp', '=', 'custom' ),
'id' => 'author_starter_layout',
'type' => 'image_select',
'title' => esc_html__( 'Starter layout', 'herald' ),
'subtitle' => esc_html__( 'By choosing a starter layout, first "x" posts on the page will be displayed in this layout', 'herald' ),
'options' => herald_get_main_layouts( false, true ),
'default' => herald_get_default_option( 'author_starter_layout' ),
'id' => 'author_starter_limit',
'title' => esc_html__( 'Number of starter posts', 'herald' ),
'subtitle' => esc_html__( 'Specify how many posts to display in "starter" layout', 'herald' ),
'default' => herald_get_default_option( 'author_starter_limit' ),
'required' => array( 'author_starter_layout', '!=', 'none' ),
'id' => 'author_use_sidebar',
'type' => 'image_select',
'title' => esc_html__( 'Display sidebar', 'herald' ),
'options' => herald_get_sidebar_layouts(),
'default' => herald_get_default_option( 'author_use_sidebar' ),
'id' => 'author_sidebar',
'title' => esc_html__( 'Author standard sidebar', 'herald' ),
'subtitle' => esc_html__( 'Choose a standard sidebar for the author template', 'herald' ),
'options' => herald_get_sidebars_list(),
'default' => herald_get_default_option( 'author_sidebar' ),
'required' => array( 'author_use_sidebar', '!=', 'none' )
'id' => 'author_sticky_sidebar',
'title' => esc_html__( 'Author sticky sidebar', 'herald' ),
'subtitle' => esc_html__( 'Choose a sticky sidebar for the author template', 'herald' ),
'options' => herald_get_sidebars_list(),
'default' => herald_get_default_option( 'author_sticky_sidebar' ),
'required' => array( 'author_use_sidebar', '!=', 'none' )
'type' => 'image_select',
'title' => esc_html__( 'Pagination', 'herald' ),
'subtitle' => esc_html__( 'Choose a pagination type for author template', 'herald' ),
'options' => herald_get_pagination_layouts(),
'default' => herald_get_default_option( 'author_pag' ),
Redux::setSection( $opt_name , array(
'icon' => 'el-icon-search',
'title' => esc_html__( 'Search Template', 'herald' ),
'desc' => esc_html__( 'Manage settings for the search results template', 'herald' ),
'type' => 'image_select',
'title' => esc_html__( 'Main layout', 'herald' ),
'subtitle' => esc_html__( 'Choose how to display your posts on the search template', 'herald' ),
'options' => herald_get_main_layouts(),
'default' => herald_get_default_option( 'search_layout' ),
'title' => esc_html__( 'Posts per page', 'herald' ),
'subtitle' => esc_html__( 'Choose how many posts per page you want to display', 'herald' ),
'inherit' => wp_kses( sprintf( __( 'Inherit from global option in <a href="%s">Settings->Reading</a>', 'herald' ), admin_url( 'options-general.php' ) ), wp_kses_allowed_html( 'post' ) ),
'custom' => esc_html__( 'Custom number', 'herald' )
'default' => herald_get_default_option( 'search_ppp' ),
'id' => 'search_ppp_num',
'title' => esc_html__( 'Number of posts per page', 'herald' ),
'default' => herald_get_default_option( 'search_ppp_num' ),
'required' => array( 'search_ppp', '=', 'custom' ),
'id' => 'search_use_sidebar',
'type' => 'image_select',
'title' => esc_html__( 'Display sidebar', 'herald' ),
'options' => herald_get_sidebar_layouts(),
'default' => herald_get_default_option( 'search_use_sidebar' ),
'id' => 'search_sidebar',
'title' => esc_html__( 'Search standard sidebar', 'herald' ),
'subtitle' => esc_html__( 'Choose a standard sidebar for the search template', 'herald' ),
'options' => herald_get_sidebars_list(),
'default' => herald_get_default_option( 'search_sidebar' ),
'required' => array( 'search_use_sidebar', '!=', 'none' )
'id' => 'search_sticky_sidebar',
'title' => esc_html__( 'Search sticky sidebar', 'herald' ),
'subtitle' => esc_html__( 'Choose a sticky sidebar for the search template', 'herald' ),
'options' => herald_get_sidebars_list(),
'default' => herald_get_default_option( 'search_sticky_sidebar' ),
'required' => array( 'search_use_sidebar', '!=', 'none' )
'type' => 'image_select',
'title' => esc_html__( 'Pagination', 'herald' ),
'subtitle' => esc_html__( 'Choose a pagination type for search template', 'herald' ),
'options' => herald_get_pagination_layouts(),
'default' => herald_get_default_option( 'search_pag' ),
Redux::setSection( $opt_name , array(
'icon' => 'el-icon-folder-open',
'title' => esc_html__( 'Archive Templates', 'herald' ),
'desc' => esc_html__( 'Manage settings for other miscellaneous templates like date archives, post format archives, index (latest posts) page, etc...', 'herald' ),
'id' => 'archive_layout',
'type' => 'image_select',
'title' => esc_html__( 'Main layout', 'herald' ),
'subtitle' => esc_html__( 'Choose how to display your posts on the archive templates', 'herald' ),
'options' => herald_get_main_layouts(),
'default' => herald_get_default_option( 'archive_layout' ),
'title' => esc_html__( 'Posts per page', 'herald' ),
'subtitle' => esc_html__( 'Choose how many posts per page you want to display', 'herald' ),
'inherit' => wp_kses( sprintf( __( 'Inherit from global option in <a href="%s">Settings->Reading</a>', 'herald' ), admin_url( 'options-general.php' ) ), wp_kses_allowed_html( 'post' ) ),
'custom' => esc_html__( 'Custom number', 'herald' )
'default' => herald_get_default_option( 'archive_ppp' ),
'id' => 'archive_ppp_num',
'title' => esc_html__( 'Number of posts per page', 'herald' ),
'default' => herald_get_default_option( 'archive_ppp_num' ),
'required' => array( 'archive_ppp', '=', 'custom' ),
'id' => 'archive_starter_layout',
'type' => 'image_select',
'title' => esc_html__( 'Starter layout', 'herald' ),
'subtitle' => esc_html__( 'By choosing a starter layout, first "x" posts on the page will be displayed in this layout', 'herald' ),
'options' => herald_get_main_layouts( false, true ),
'default' => herald_get_default_option( 'archive_starter_layout' ),
'id' => 'archive_starter_limit',
'title' => esc_html__( 'Number of starter posts', 'herald' ),
'subtitle' => esc_html__( 'Specify how many posts to display in "starter" layout', 'herald' ),
'default' => herald_get_default_option( 'archive_starter_limit' ),
'required' => array( 'archive_starter_layout', '!=', 'none' ),
'id' => 'archive_use_sidebar',
'type' => 'image_select',
'title' => esc_html__( 'Display sidebar', 'herald' ),
'options' => herald_get_sidebar_layouts(),
'default' => herald_get_default_option( 'archive_use_sidebar' ),
'id' => 'archive_sidebar',
'title' => esc_html__( 'Archive standard sidebar', 'herald' ),
'subtitle' => esc_html__( 'Choose a standard sidebar for the archive templates', 'herald' ),
'options' => herald_get_sidebars_list(),
'default' => herald_get_default_option( 'archive_sidebar' ),
'required' => array( 'archive_use_sidebar', '!=', 'none' )
'id' => 'archive_sticky_sidebar',
'title' => esc_html__( 'Archive sticky sidebar', 'herald' ),
'subtitle' => esc_html__( 'Choose a sticky sidebar for the archive templates', 'herald' ),
'options' => herald_get_sidebars_list(),
'default' => herald_get_default_option( 'archive_sticky_sidebar' ),
'required' => array( 'archive_use_sidebar', '!=', 'none' )
'type' => 'image_select',
'title' => esc_html__( 'Pagination', 'herald' ),
'subtitle' => esc_html__( 'Choose a pagination type for archive templates', 'herald' ),
'options' => herald_get_pagination_layouts(),
'default' => herald_get_default_option( 'archive_pag' ),
Redux::setSection( $opt_name , array(
'icon' => 'el-icon-fontsize',
'title' => esc_html__( 'Typography', 'herald' ),
'desc' => esc_html__( 'Manage fonts and typography settings', 'herald' ),
'title' => esc_html__( 'Main text font', 'herald' ),
'subtitle' => esc_html__( 'This is your main font, used for standard text', 'herald' ),
'default' => herald_get_default_option( 'main_font' ),
'always_display' => true,
'text' => 'This is a font used for your main content on the website. Here at Meks, we believe that readability is a very important part of any WordPress theme. This is an example of how a simple paragraph of text will look like on your website.'
'title' => esc_html__( 'Headings font', 'herald' ),
'subtitle' => esc_html__( 'This is a font used for titles and headings', 'herald' ),
'default' => herald_get_default_option( 'h_font' ),
'always_display' => true,
'text' => 'There is no good blog without great readability'
'title' => esc_html__( 'Navigation font', 'herald' ),
'subtitle' => esc_html__( 'This is a font used for main website navigation', 'herald' ),
'default' => herald_get_default_option( 'nav_font' ),
'always_display' => true,
'text' => 'Home About Blog Contact'
'title' => esc_html__( 'Fine-tune typography', 'herald' ),
'subtitle' => esc_html__( 'Advanced options to adjust font sizes', 'herald' )
'title' => esc_html__( 'Main text font size', 'herald' ),
'subtitle' => esc_html__( 'This is your body text font size, used for default text on single posts and pages', 'herald' ),
'default' => herald_get_default_option( 'font_size_p' ),
'title' => esc_html__( 'Navigation font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to main website navigation', 'herald' ),
'default' => herald_get_default_option( 'font_size_nav' ),
'id' => 'font_size_widget_and_module_title',
'title' => esc_html__( 'Module and Widget title', 'herald' ),
'subtitle' => esc_html__( 'Applies to widgets, modules and archives titles', 'herald' ),
'default' => herald_get_default_option( 'font_size_widget_and_module_title' ),
'id' => 'font_size_small',
'title' => esc_html__( 'Small text (widget) font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to widgets and some special elements', 'herald' ),
'default' => herald_get_default_option( 'font_size_small' ),
'title' => esc_html__( 'H1 font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to H1 elements and single post/page titles', 'herald' ),
'default' => herald_get_default_option( 'font_size_h1' ),
'title' => esc_html__( 'H2 font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to H2 elements and layouts A, A1 and A3', 'herald' ),
'default' => herald_get_default_option( 'font_size_h2' ),
'title' => esc_html__( 'H3 font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to H3 elements, featured area layout 5 big post title and layouts B, B1 and C', 'herald' ),
'default' => herald_get_default_option( 'font_size_h3' ),
'title' => esc_html__( 'H4 font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to H4 elements and layout C1', 'herald' ),
'default' => herald_get_default_option( 'font_size_h4' ),
'title' => esc_html__( 'H5 font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to H5 elements, featured area layout 1 and layouts E and F', 'herald' ),
'default' => herald_get_default_option( 'font_size_h5' ),
'title' => esc_html__( 'H6 font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to H6 elements, featured area layout 2 and layouts D, D1, F1, H and I', 'herald' ),
'default' => herald_get_default_option( 'font_size_h6' ),
'title' => esc_html__( 'Small title font size', 'herald' ),
'subtitle' => esc_html__( 'Applies to titles of layouts G, G1, I1, J, K and L', 'herald' ),
'default' => herald_get_default_option( 'font_size_h7' ),
'id' => 'font_size_excerpt_text',
'title' => esc_html__( 'Entry headline font size', 'herald' ),
'subtitle' => esc_html__( 'Font size for text excerpt in the beginning of the single post', 'herald' ),
'default' => herald_get_default_option( 'font_size_excerpt_text' ),
'id' => 'font_size_meta_data_smaller',
'title' => esc_html__( 'Meta Data font size smaller', 'herald' ),
'subtitle' => esc_html__( 'Applies to meta data in smaller module layouts', 'herald' ),
'default' => herald_get_default_option( 'font_size_meta_data_smaller' ),
'id' => 'font_size_meta_data_bigger',
'title' => esc_html__( 'Meta Data font size bigger', 'herald' ),
'subtitle' => esc_html__( 'Applies to meta data in larger module layouts', 'herald' ),
'default' => herald_get_default_option( 'font_size_meta_data_bigger' ),
'title' => esc_html__( 'Uppercase text', 'herald' ),
'subtitle' => esc_html__( 'Check if you want to show CAPITAL LETTERS for specific elements', 'herald' ),
'site-title a' => esc_html__( 'Site title', 'herald' ),
'site-description' => esc_html__( 'Site description', 'herald' ),