password-protected-categories.php
The main plugin file for Password Protected Categories.
This file is included during the WordPress bootstrap process if the plugin is active.
Tags
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '2.1.24'
- 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.24'
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.