Settings
Utility functions for the product table plugin settings.
Tags
Table of Contents
- OPTION_NAME = 'wc_quick_view_pro_settings'
 - SECTION_SLUG = 'quick-view-pro'
 - $settings : mixed
 - The array with the plugin settings
 - get_default_settings() : mixed
 - get_plugin_settings() : mixed
 - get_settings() : mixed
 - update_plugin_settings() : mixed
 
Constants
OPTION_NAME
    public
    mixed
    OPTION_NAME
    = 'wc_quick_view_pro_settings'
    
        
    
    Tags
SECTION_SLUG
    public
    mixed
    SECTION_SLUG
    = 'quick-view-pro'
    
        
    
    Tags
Properties
$settings
The array with the plugin settings
    private
    static    mixed
    $settings
    
    
        
    
    Tags
Methods
get_default_settings()
    public
            static    get_default_settings() : mixed
    
    
    
    Tags
Return values
mixed —get_plugin_settings()
    public
            static    get_plugin_settings() : mixed
    
    
    
    Tags
Return values
mixed —get_settings()
    public
            static    get_settings(mixed $plugin) : mixed
    
        Parameters
- $plugin : mixed
 
Tags
Return values
mixed —update_plugin_settings()
    public
            static    update_plugin_settings(mixed $settings) : mixed
    
        Parameters
- $settings : mixed