bbp_make_clickable

bbp_make_clickable

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_make_clickable') is found 1 times:

  • /includes/common/formatting.php line 388
    				}
    			}
    		} else {
    			$ret = " {$piece} "; // Pad with whitespace to simplify the regexes
    			$ret = apply_filters( 'bbp_make_clickable', $ret, $text );
    			$ret = substr( $ret, 1, -1 ); // Remove our whitespace padding.
    			$r .= $ret;
    		}
    	}
    
    	// Cleanup of accidental links within links
    

See this hook used in plugins: