Syntax Syntax
Return Return
(bool)
Source Source
File: wp-admin/includes/class-wp-posts-list-table.php
public function ajax_user_can() {
return current_user_can( get_post_type_object( $this->screen->post_type )->cap->edit_posts );
}
Developer Resources, Tips, Tricks, Tutorials and Much more.
(bool)
File: wp-admin/includes/class-wp-posts-list-table.php
public function ajax_user_can() {
return current_user_can( get_post_type_object( $this->screen->post_type )->cap->edit_posts );
}