WP_Themes_List_Table::ajax_user_can()
Method of the class: WP_Themes_List_Table{}
No Hooks.
Return
true|false
.
Usage
$WP_Themes_List_Table = new WP_Themes_List_Table(); $WP_Themes_List_Table->ajax_user_can();
WP_Themes_List_Table::ajax_user_can() WP Themes List Table::ajax user can code WP 6.6.2
public function ajax_user_can() { // Do not check edit_theme_options here. Ajax calls for available themes require switch_themes. return current_user_can( 'switch_themes' ); }