hi,
I activated profile search pluging but its giving error “<span style=”font-weight: 600;color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px”>bp-profile-search/bps-main.php</span><span style=”color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px;background-color: #f1f1f1″> on line </span><span style=”font-weight: 600;color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px”>64″ is it problem with my theme or pluging problem. I read a forum and someone thanks to Kleo support theme…</span>
Pluging forum
I found a soluiton but is this code true?
COPY CODE
add_filter ('bps_form_caps', 'form_caps');
function form_caps ($caps)
{
return array ();
}
thanks