Select Page

All settings you can find in BeRocket_products_of_day class in static variables $defaults.

public static $defaults = array(
        'positions'         => array(),
        'products'          => array(
            '0'                 => array(),
            '1'                 => array(),
            '2'                 => array(),
            '3'                 => array(),
            '4'                 => array(),
            '5'                 => array(),
            '6'                 => array(),
            '7'                 => array(),
        ),
        'use_styles'        => array(),
        'buttons'           => array(),
        'custom_css'        => '',
        'script'            => array(
            'js_page_load'      => '',
        ),
        'plugin_key'        => '',
    );