Last active
August 29, 2015 13:58
-
-
Save engelen/10351659 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
<?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