How-to implement admin Ajax inside an admin WP_List_Table?
In the parent __construct args if ajax is set to true the js_vars will be output in the footer of the page. /** * Constructor. The child class should call this constructor from it’s own constructor * * @param array $args An associative array with information about the current table * @access protected */ function … Read more