View twenty-seventeen-editor-style.css
This file contains 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 characters
/* | |
Theme Name: Twenty Seventeen | |
Description: Used to style the TinyMCE editor. | |
*/ | |
/** | |
* Table of Contents: | |
* | |
* 1.0 - Body |
View follow.html
This file contains 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 characters
<div class="social-buttons"> | |
<ul> | |
<li class="social-facebook"><a href="https://www.facebook.com/wphecht/" target="_blank" title="Folge mir auf Facebook" rel="nofollow"><i class="icon-facebook"></i></a></li> | |
<li class="social-twitter"><a href="https://twitter.com/andreashecht_hh" target="_blank" title="Folge mir auf Twitter" rel="nofollow"><i class="icon-twitter"></i></a></li> | |
<li class="social-linkedin"><a href="https://www.linkedin.com/in/andreas-hecht-492b9a54" target="_blank" title="Folge mir auf LinkedIn" rel="nofollow"><i class="icon-linkedin"></i></a></li> | |
<li class="social-github"><a href="https://github.com/hechtmediaarts" target="_blank" title="Folge mir auf Github" rel="nofollow"><i class="icon-github"></i></a></li> | |
<li class="social-rss"><a href="https://andreas-hecht.com/feed/" target="_blank" title="Abonniere meinen RSS-feed"><i class="icon-rss"></i></a></li> | |
</ul> | |
View .htaccess
This file contains 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 characters
# ---------------------------------------------------------------------- | |
# | 6g Firewall for Security - Do not change this part @Update 2019 | |
# ---------------------------------------------------------------------- | |
# 6G FIREWALL/BLACKLIST - Version 2019 | |
# @ https://perishablepress.com/6g/ | |
# 6G:[QUERY STRINGS] | |
<IfModule mod_rewrite.c> | |
RewriteEngine On |
View 410-Gone
This file contains 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 characters
ErrorDocument 410 /error/410.php | |
Redirect Gone /embed-code/index/find?placementVersionId=2287238314152891321572872 |
View .htaccess-redirect
This file contains 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 characters
RewriteEngine On | |
Redirect 301 /dein-alter-artikel/ https://www.deinewebsite.de/dein-neuer-artikel/ |
View sanitization.php
This file contains 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 characters
<?php | |
/** | |
* Customizer: Sanitization Callbacks | |
* | |
* This file demonstrates how to define sanitization callback functions for various data types. | |
* | |
* @package code-examples | |
* @copyright Copyright (c) 2015, WordPress Theme Review Team | |
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License, v2 (or newer) | |
*/ |
View clean-head.php
This file contains 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 characters
<?php | |
// Ab hier kopieren | |
/** | |
* Befreit den Header von unnötigen Einträgen | |
*/ | |
add_action('init', 'ah_remheadlink'); | |
function ah_remheadlink() | |
{ | |
remove_action('wp_head', 'rsd_link'); |
NewerOlder