Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active December 31, 2018 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radarin/cf213823c738af42c8b6868bacacf0e3 to your computer and use it in GitHub Desktop.
Save radarin/cf213823c738af42c8b6868bacacf0e3 to your computer and use it in GitHub Desktop.
Name der WP-Templatedatei anzeigen
<?php
if (current_user_can('administrator') AND isset($_GET['filename']))
{
echo "<h3>Zu verarbeitende Seite: content.php</h3>";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment