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

ساخت وبلاگ

Since last version, this filter "bxcft_show_field_value" is deprecated. You need to stop using it because I will remove it on version 3.0.

Use this code instead:

add_filter('bp_get_the_profile_field_value', 'my_custom_field_value', 12, 3);
function my_custom_field_value($value, $type, $field_id) { if ($field_id == 241) { $value = sprintf('<a href="tel:%1$s">%1$s</a>', strip_tags($value)); } retu $value;
}

This should work if you have autolink enabled for your field or disabled but I recommend disabling it.

I've updated my plugin to version 2.4.7 because while I was looking for a solution about this, I have seen that my plugin was disabling autolink features for the default buddypress field types. This is solved with the latest update.

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

برچسب : نویسنده : استخدام کار wpss بازدید : 93 تاريخ : دوشنبه 13 ارديبهشت 1395 ساعت: 16:08