Posts_Table_Pro
Namespaces
Interfaces, Classes and Traits
- Ajax_Handler
- Handles the AJAX requests for posts tables that have AJAX enabled.
- Config_Builder
- Responsible for creating the posts table config script.
- Frontend_Scripts
- Responsible for registering the front-end styles and scripts in Posts Table Pro.
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to return the shared plugin instance.
- Posts_Table
- Represents a data table of WP_Post objects.
- Search_Handler
- Handle the Global Search page.
- Search_Shortcode
- This class handles the global doc search shortcode.
- Search_Widget
- Search Box Widget
- Table_Args
- Responsible for storing and validating the posts table arguments.
- Table_Cache
- Handles the caching for post tables.
- Table_Columns
- Responsible for managing the columns for a specific Posts Table, and column utility functions.
- Table_Factory
- A factory for creating Posts_Table objects.
- Table_Hooks
- Responsible for managing the actions and filter hooks for an individual posts table.
- Table_Query
- Responsible for managing the posts table query, retrieving the list of posts (as an array of WP_Post objects), and finding the post totals.
- Table_Shortcode
- This class handles our posts table shortcode.
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '3.1.4'
- ptp() : Plugin
- Helper function to access the shared plugin instance.
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
Tags
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '3.1.4'
Tags
Functions
ptp()
Helper function to access the shared plugin instance.
ptp() : Plugin
Tags
Return values
Plugin —The plugin instance.