PLUGIN_FILE
PLUGIN_FILE
| Admin |
| 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. |
password_protected_categories(): \Barn2\Plugin\Password_Protected_Categories\Plugin
Helper function to access the shared plugin instance.
The plugin instance.