Skip to content

Instantly share code, notes, and snippets.

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