Document_Library_Advanced
Namespaces
Interfaces, Classes and Traits
- Capabilities_Handler
- Manages document editing capabilities for WordPress users and roles.
- Document_Expirator
- Schedule once-off cron jobs at the time of expiry to
- Document_Expiry_Handler
- Handler for general document expiry hooks
- Filters_Custom_Normalizer
- Normalizes the filters_custom value from the DB format to a comma-separated string of slugs.
- Frontend_Scripts
- Responsible for registering the styles and scripts.
- Lead_Capture
- Handles lead capture functionality.
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to create/return the shared plugin instance.
- Taxonomy_Libraries
- Inject document libraries into the document related taxonomy term archives.
- Template_Loader_Factory
- Factory to return the template loader instance
- Update_Functions
- Update functions to be used on plugin updates.
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '4.0.1'
- document_library_pro() : Plugin
- Helper function to access the shared plugin instance.
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
Tags
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '4.0.1'
Tags
Functions
document_library_pro()
Helper function to access the shared plugin instance.
document_library_pro() : Plugin