| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/options-sections-navigation.php.tar |
lebauwcentre/wp-content/themes/onepress/inc/customize-configs/options-sections-navigation.php 0000644 00000000575 15113615616 0032076 0 ustar 00 home/xbodynamge <?php
/**
* Dots Navigation Settings
* @since 2.1.0
*/
$wp_customize->add_section( 'onepress_sections_nav',
array(
'priority' => null,
'title' => esc_html__( 'Sections Navigation', 'onepress' ),
'description' => '',
'panel' => 'onepress_options',
)
);
Onepress_Dots_Navigation::get_instance()->add_customize( $wp_customize, 'onepress_sections_nav' );