Skip to content

Instantly share code, notes, and snippets.

@Hexodus
Last active August 2, 2017 09:36
Show Gist options
  • Select an option

  • Save Hexodus/acff3de9d178b417d72650cc695b9084 to your computer and use it in GitHub Desktop.

Select an option

Save Hexodus/acff3de9d178b417d72650cc695b9084 to your computer and use it in GitHub Desktop.

Revisions

  1. Hexodus revised this gist Aug 2, 2017. No changes.
  2. Hexodus created this gist Aug 2, 2017.
    4 changes: 4 additions & 0 deletions reactivate_admin_toolbar.php
    Original 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 );
    ?>