# Filter one-liners

Render links in content as HTML A elements:

```php
add_filter( 'the_content', 'make_clickable' );
```