<?php // (C) Copyright Bobbing Wide 2013-2019 /* function oiku_map_field() – Register the user field if required */ /* function oiku_get_field_name() – Get the field name */ /* function oiku_get_field_type() – Get the field type */ /* function oiku_get_field_label() – Get the field label */ /* function oiku_register_field() – Register a field named $name */ /* function oiku_format_fields() – Format some fields for a user */ /* function oiku_user() – Implements the [bw_user] shortcode */ /* function oiku_fiddle_user_in_global_post() – Fiddle the author of the global post */ /* function bw_user__help() – Implement help hook for [bw_user] */ /* function bw_user_field_list() – Get field list */ /* function bw_user__syntax() – Implement syntax hook for [bw_user] */ /* function bw_user__example() – Implement example hook for [bw_user] */ /* function bw_user__snippet() – Implement snippet hook for [bw_user] */ /* function oiku_display_user() – Display the fields for the user */ /* function oiku_query_table_columns() – Determine the columns to be displayed in the table */ /* function oiku_users() – Implement [bw_users] shortcode */ /* function oiku_atts */ /* function bw_users__help() – Implement help hook for [bw_users] */ /* function bw_users__syntax() – Implement syntax hook for [bw_users] */View on GitHub