GC_Comments_List_Table::ajax_user_can()

最后更新于:2021-11-26 22:28:23

GC_Comments_List_Table::ajax_user_can()

响应

(bool)

源文件

文件: gc-admin/includes/class-gc-comments-list-table.php

	public function ajax_user_can() {
		return current_user_can( 'edit_posts' );
	}