Select Page

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

public static $defaults = array(
        'agree_button'      => '',
        'popup_width'       => '',
        'popup_height'      => '',
        'timer'             => '',
        'agree_checkbox_remove' => '',
        'agree_class'       => 'button alt',
        'decline_class'     => 'button',
        'custom_css'        => '',
        'script'            => array(
            'js_page_load'      => '',
        ),
        'plugin_key'        => '',
    );