Skip to content

Instantly share code, notes, and snippets.

@engelen
Last active August 29, 2015 13:58
Show Gist options
  • Save engelen/10103794 to your computer and use it in GitHub Desktop.
Save engelen/10103794 to your computer and use it in GitHub Desktop.
<?php
add_action( 'cac/loaded', 'myplugin_admincolumns_loaded' );
function myplugin_admincolumns_loaded( $cac_instance ) {
// Stuff!
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment