- This topic has 1 reply, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Add a column in the manage members dashboard
hi guys,
i need to add a column in the “manage members” dashboard in WP.
I wanto to add a column with a custom field text (Titolo di studio).
I found where to add this in class.emember_member_list.php
but when i add it doesn’t work.
function get_columns() {
return array(
‘cb’ => ‘<input type=”checkbox” />’
, ‘member_id’ => ‘Member ID’
…..
…..
, ‘Titolo_di_studio’ => ‘Titolo di Studio’
);
}
the column appear but is empty…
which is the right text that I have to put in?
thank you!
This kind of task needs to be done as a custom job: