Preview:
apply_filters( string $hook_name, mixed $value )

With the_title filter

$my_custom_title = apply_filters('the_title', '  My Custom Title (tm)  ');
$my_custom_title will now contain 'My Custom Title ™', since the_title filter applies wptexturize() a
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter