Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kadimi/03f943782da9d7bc7deac82f71e3e7fe to your computer and use it in GitHub Desktop.
Save kadimi/03f943782da9d7bc7deac82f71e3e7fe to your computer and use it in GitHub Desktop.
Sportspress - Show Players Birthdate in Dashboard.php
<?php
add_filter( 'sportspress_player_admin_columns', function( $c ) {
return array_merge( $c + [ 'date' => 'Birth Date' ] );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment