VentureCore on "[Plugin: Buddypress Xprofile Custom Fields Type] Any Plans or Phone Field?"

ساخت وبلاگ

Thank you so much, this worked perfectly!!

When you have more than two fields I did this and it worked. If there is a better way, please let me know!!

/** Phone field clickable */
add_filter( 'bxcft_show_field_value', 'my_show_field_value', 10, 4);
function my_show_field_value($value_to_retu, $type, $field_id, $value) { if ($field_id == 10) { $value_to_retu = sprintf('<a href="tel:%1$s">%1$s</a>', strip_tags($value_to_retu)); } if ($field_id == 18) { $value_to_retu = sprintf('<a href="tel:%1$s">%1$s</a>', strip_tags($value_to_retu)); } retu $value_to_retu;
}

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 104 تاريخ : دوشنبه 6 ارديبهشت 1395 ساعت: 11:24