Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrykooij/8f7991574c9a99f48e96 to your computer and use it in GitHub Desktop.
Save barrykooij/8f7991574c9a99f48e96 to your computer and use it in GitHub Desktop.
RP4WP Change Title Weight
<?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