esc_html__( 'Primary Menu', 'aldstore-dropshipping-for-aliexpress' ),
'vertical_menu' => esc_html__( 'Vertical Menu', 'aldstore-dropshipping-for-aliexpress' ),
) );
}
public static function aldstore_dropshipping_for_aliexpress_register_sidebar_widgets() {
$common_args = array(
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '',
);
$sidebars = array(
array(
'name' => esc_html__( 'Widget Blog', 'aldstore-dropshipping-for-aliexpress' ),
'id' => 'widget-area',
'description' => esc_html__( 'Add widgets here to appear in your blog sidebar.', 'aldstore-dropshipping-for-aliexpress' ),
),
array(
'name' => esc_html__( 'Widget Shop', 'aldstore-dropshipping-for-aliexpress' ),
'id' => 'widget-shop',
'description' => esc_html__( 'Add widgets here to appear in your shop sidebar.', 'aldstore-dropshipping-for-aliexpress' ),
),
array(
'name' => esc_html__( 'Widget Product', 'aldstore-dropshipping-for-aliexpress' ),
'id' => 'widget-product',
'description' => esc_html__( 'Add widgets here to appear in your single product sidebar.', 'aldstore-dropshipping-for-aliexpress' ),
),
array(
'name' => esc_html__( 'Widget Footer 1', 'aldstore-dropshipping-for-aliexpress' ),
'id' => 'widget-footer-1',
'description' => esc_html__( 'Add widgets here to appear in your footer.', 'aldstore-dropshipping-for-aliexpress' ),
),
array(
'name' => esc_html__( 'Widget Footer 2', 'aldstore-dropshipping-for-aliexpress' ),
'id' => 'widget-footer-2',
'description' => esc_html__( 'Add widgets here to appear in your footer.', 'aldstore-dropshipping-for-aliexpress' ),
),
array(
'name' => esc_html__( 'Widget Footer 3', 'aldstore-dropshipping-for-aliexpress' ),
'id' => 'widget-footer-3',
'description' => esc_html__( 'Add widgets here to appear in your footer.', 'aldstore-dropshipping-for-aliexpress' ),
),
array(
'name' => esc_html__( 'Widget Footer 4', 'aldstore-dropshipping-for-aliexpress' ),
'id' => 'widget-footer-4',
'description' => esc_html__( 'Add widgets here to appear in your footer.', 'aldstore-dropshipping-for-aliexpress' ),
),
);
foreach ( $sidebars as $sidebar ) {
register_sidebar( array_merge( $common_args, $sidebar ) );
}
}
}
}