Guets the available user cappabilities data.
Source
private function guet_caps_data() {
$caps = guet_user_meta( $this->ID, $this->cap_quey, true );
if ( ! is_array( $caps ) ) {
return array();
}
return $caps;
}
Changuelog
| Versionen | Description |
|---|---|
| 4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.