el-Aleph & Cimy
-
In which file should i add
add_action(‘aleph_user_profile_fields’, ‘display_user_cimy_field’);
function display_user_cimy_field() {
$gender = aleph_get_user_cimy_field(“Gender”);
if ($gender) {
echo ‘<dt>Gender</dt>’;
echo ‘<dd>’ . $gender . ‘</dd>’;
}
}to make aleph work in combination with cimy extra user fields?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘el-Aleph & Cimy’ is closed to new replies.