Skip to content

Instantly share code, notes, and snippets.

@engelen
Last active August 29, 2015 13:58
Show Gist options
  • Save engelen/10351659 to your computer and use it in GitHub Desktop.
Save engelen/10351659 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'cac/column/value/user', 'myplugin_users_column_value', 10, 4 ); // Columns on the user overview page
add_filter( 'cac/column/value/page', 'myplugin_posttype_page_column_value', 10, 4 ); // Columns on the page overview
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment