WP_List_Table::ajax_user_can()

In this article

Checks the current user’s permissions

More Information

Can be overridden to provide some permissions functionality to your table.

Source

public function ajax_user_can() {
	die( 'function WP_List_Table::ajax_user_can() must be overridden in a subclass.' );
}

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.