Skip to content

Instantly share code, notes, and snippets.

@thefuxia
Created August 24, 2011 08:17
Show Gist options
  • Save thefuxia/1167559 to your computer and use it in GitHub Desktop.
Save thefuxia/1167559 to your computer and use it in GitHub Desktop.
Toscho’s Title Escape
<?php # -*- coding: utf-8 -*-
/*
Plugin Name: Toscho's Title Escape
Description: Prevents markup in post titles.
Version: 1.0
Author: Thomas Scholz
Author URI: http://toscho.de
License: GPL
*/
add_filter( 'the_title', 'htmlspecialchars' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment