Last active
August 2, 2017 09:36
-
-
Save Hexodus/acff3de9d178b417d72650cc695b9084 to your computer and use it in GitHub Desktop.
Revisions
-
Hexodus revised this gist
Aug 2, 2017 . No changes.There are no files selected for viewing
-
Hexodus created this gist
Aug 2, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ <?php if( current_user_can('administrator')) add_filter( 'show_admin_bar', '__return_true' , 1000 ); ?>