Using the New Settings in WooCommerce

You would now just use your newly created settings like you would any other WordPress / WooCommerce setting, through the get_option function and the defined ID of the setting.

For example, to use the wcslider_auto_insert option from previous snippet, simply use the following code.

get_option( 'wcslider_auto_insert' );