Posts_Table_Ajax_Handler extends Ajax_Handler
Handles the AJAX requests for posts tables that have AJAX enabled.
Tags
Table of Contents
- is_required() : bool
- Is this object required?
- load_posts() : mixed
- register() : void
- Register this object with WordPress.
- register_ajax_events() : mixed
Methods
is_required()
Is this object required?
public
is_required() : bool
Return values
bool —true if required, false otherwise.
load_posts()
public
static load_posts() : mixed
Return values
mixed —register()
Register this object with WordPress.
public
register() : void
Return values
void —register_ajax_events()
public
static register_ajax_events() : mixed