Created
April 11, 2016 12:42
-
-
Save barrykooij/f9a6e26e09202661a3e71bc403daa373 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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