WP_Themes_List_Table::ajax_user_can(): bool

In this article

Return

bool

Source

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' );
}

User Contributed Notes

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