ituk
Results
2
comments of
ituk
found it: `add_filter('wp_ulike_count_box_template', 'bayadaim_ulike_count', 10, 2); function bayadaim_ulike_count($string, $counter) { $num = preg_replace("/[^0-9,.]/", "", $counter); if($num == 0) return "רוצה להיות הראשון?"; else return $string; } add_filter('wp_ulike_format_number','bayadaim_format_number',10,3); function bayadaim_format_number($value, $num,...
is this still valid? I encountered this issue today when I couldn't use get_avatar() with ID instead of user_email for guest authors without email. just opened a new thread for...