PUM_ListTable::ajax_user_can()

Checks the current user’s permissions


Description Description


Source Source

File: classes/ListTable.php

	public function ajax_user_can() {
		die( 'function PUM_ListTable::ajax_user_can() must be over-ridden in a sub-class.' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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