Add hierarhical managment

This commit is contained in:
Almira Krdzic
2018-07-09 12:34:06 +02:00
parent 06982f22e5
commit 77cb549a3f
9320 changed files with 436076 additions and 4793 deletions

View File

View File

View File

View File

@@ -26,7 +26,7 @@ function fetch_user_by_id( $data ) {
if ( empty( $user ) ) {
return wp_get_current_user();
$user = wp_get_current_user();
}
return $user;