08/13/2014 at 5:30 am
#300747
Participant
Hello Steven,
I came across the problem that the client wants to hide “Contact“ in the Bio Entry Card. With the Say What plugin changing “Contact” to ” ” (space) it works pretty fine, but the seperator still is diplayed.
I tried adding
add_filter( 'cn_output_default_atts_date', 'cn_remove_label_separator' );
but it didn’t work, of course there is another term to change it.
Could you help me?