Password_Protected_Categories
Namespaces
Interfaces, Classes and Traits
- Ajax
- Plugin ajax handler.
- Integrations
- Theme and plugin integrations for Password Protected Categories.
- Login_Shortcode
- The class implements the category login shortcode.
- Password_Form
- The class handles the display of the password login form for a protected category or post. It also handles category login attempts.
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to create/return the shared plugin instance.
- PPC_Util
- Utility functions for Password Protected Categories.
- Template_Handler
- This class handles the template display for a protected category or taxonomy archive, and for single posts which belong to a protected category.
- Term_Protector
- This class provides protection for protected categories and posts (for all post types) on the front end.
- Term_Visibility
- This class represents a term (WP_Term instance) with various functions to test for its visibility.
- XML_Sitemaps
- This class provides protection for XML sitemaps.
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '2.1.20'
- ppc() : mixed
- password_protected_categories() : Plugin
- Helper function to access the shared plugin instance.
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '2.1.20'
Functions
ppc()
ppc() : mixed
Return values
mixed —password_protected_categories()
Helper function to access the shared plugin instance.
password_protected_categories() : Plugin
Tags
Return values
Plugin —The plugin instance.