Skip to content

Instantly share code, notes, and snippets.

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