store
Interfaces, Classes and Traits
- Admin_Controller
- General admin functions for WooCommerce Private Store.
- Plugin_Setup
- Plugin setup
- Settings_Page
- The Private Store settings page. Appears under the main WooCommerce -> Settings menu.
- Setup_Wizard
- Setup wizard for the plugin.
- Completed
- Completed step in the setup wizard.
- License_Verification
- License verification step in the setup wizard.
- Login_Form
- Login form step in the setup wizard.
- Password_Protection
- Password protection step in the setup wizard.
- Unlock_Store
- Unlock store step in the setup wizard.
- Upsell
- Upsell step in the setup wizard.
- User_Roles
- User roles step in the setup wizard.
- Coming_Soon
- WooCommerce Coming Soon integration.
- Product_Table
- WooCommerce Product Table integration.
- Restaurant_Ordering
- WooCommerce Restaurant Ordering integration.
- Theme_Compat
- Theme-specific overrides for WooCommerce Private Store.
- Pages_Protector
- Handles the protection of non WC pages.
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to create/return the shared plugin instance.
- Scripts
- Loads the front-end scripts and styles.
- Sitemaps
- Protection for XML sitemaps.
- Store_Login
- Displays and handles the login form used to unlock the store. The form is added via a shortcode.
- Store_Protector
- This class provides the main functions to lock down the entire store on the front end.
- Util
- Utility functions for WooCommerce Private Store.
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '1.7.9'
- wps() : Plugin
- Helper function to access the shared plugin instance.
- wc_private_store() : Plugin
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '1.7.9'
Functions
wps()
Helper function to access the shared plugin instance.
wps() : Plugin
Return values
Plugin —wc_private_store()
wc_private_store() : Plugin