Skip to content

Instantly share code, notes, and snippets.

@JPry
Last active October 3, 2015 05:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JPry/2399833 to your computer and use it in GitHub Desktop.
Save JPry/2399833 to your computer and use it in GitHub Desktop.
If Statement sample
<?php
if ( $user->user_login == 'johnsmith' ) {
add_action( 'admin_init', 'jpry_remove_menu_pages' );
add_action( 'admin_bar_menu', 'jpry_remove_admin_bar_links', 999 );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment