Last active
August 29, 2015 14:07
-
-
Save barrykooij/8f7991574c9a99f48e96 to your computer and use it in GitHub Desktop.
RP4WP Change Title Weight
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
<?php | |
function rp4wp_example_title_weight( $weight ) { | |
return 100; | |
} | |
add_filter( 'rp4wp_weight_title', 'rp4wp_example_title_weight' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment