-
-
Save barrykooij/de65e56464d501a61f8a 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_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