This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ // echo '
'; print_r($user); echo '
'; $dt_format = get_option('date_format') . ' | ' . get_option('time_format'); // Date/Time system format. ?>

display_name ?>

activeComponent('gallery') ) { echo '
'. aoc_profile_picture($user, true) . '
'; } if ( ! empty($user->description) ) { ?>

description); ?>


    • aoc_full_name) ) { ?>
    • aoc_full_name; ?>
    • : aoc_translated_role; ?>
    • : user_registered); ?>
  • aoc_widgets as $name => $widget ) : if ( empty($widget) ) continue; ?>
    • ' . $item . '' . PHP_EOL; } } else { echo '
    • ' . $widget['content'] . '
    • ' . PHP_EOL; } ?>
    • activeComponent('activity') ) : $items = aoc_get_wall_items($user->ID); foreach ( $items as $item ) : echo '
    • ' . $item['avatar']; echo '' . ak_time_ago($item['date'], $i18n) . '
      ' . $item['text'] . '

    • '; endforeach; endif; ?>