Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created August 4, 2022 15:49
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 jchristopher/83d784eb5a2535624bd579030238dc89 to your computer and use it in GitHub Desktop.
Save jchristopher/83d784eb5a2535624bd579030238dc89 to your computer and use it in GitHub Desktop.
Enable 'Modified' Info Column in OrganizeWP
<?php
// Enable 'Modified' Info Column in OrganizeWP
// @link https://organizewp.com/docs/entries/#information-columns
add_filter( 'organizewp/post_type/info_columns/modified', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment