Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created April 11, 2016 12:42
Show Gist options
  • Save barrykooij/f9a6e26e09202661a3e71bc403daa373 to your computer and use it in GitHub Desktop.
Save barrykooij/f9a6e26e09202661a3e71bc403daa373 to your computer and use it in GitHub Desktop.
function rp4wp_change_heading( $heading ) {
$heading = str_ireplace( 'h3>', 'h2>', $heading );
return $heading;
}
add_filter( 'rp4wp_heading', 'rp4wp_change_heading', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment