Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created June 10, 2015 17:56
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/de65e56464d501a61f8a to your computer and use it in GitHub Desktop.
Save barrykooij/de65e56464d501a61f8a to your computer and use it in GitHub Desktop.
function rp4wp_change_post_age_column( $column ) {
return 'post_modified';
}
add_filter( 'rp4wp_post_age_column', 'rp4wp_change_post_age_column' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment