Forums
(@gerzar)
6 years, 11 months ago
add_action( ‘plugins_loaded’, ‘wpas_user_custom_fields’ ); function wpas_user_custom_fields() {
wpas_add_custom_field( ‘custom_text’, array( ‘title’ => __( ‘name’, ‘wpas’ ), ‘field_type’ => ‘text’, ‘show_column’ => true ) );
}