Document_Library_Essentials
Namespaces
Interfaces, Classes and Traits
- Filters_Custom_Normalizer
- Normalizes the filters_custom value from the DB format to a comma-separated string of slugs.
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to create/return the shared plugin instance.
- Update_Functions
- Update functions to be used on plugin updates.
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '2.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
= '2.0.1'
Tags
Functions
document_library_pro()
Helper function to access the shared plugin instance.
document_library_pro() : Plugin