WP_List_Table::ajax_user_can()
Checks the current user's permissions
Method of the class: WP_List_Table{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WP_List_Table = new WP_List_Table(); $WP_List_Table->ajax_user_can();
Changelog
Since 3.1.0 | Introduced. |
WP_List_Table::ajax_user_can() WP List Table::ajax user can code WP 6.6.2
public function ajax_user_can() { die( 'function WP_List_Table::ajax_user_can() must be overridden in a subclass.' ); }