Created
May 21, 2018 18:03
-
-
Save hostz-frank/29f54102c9bb16bedb081c51a124dae9 to your computer and use it in GitHub Desktop.
Impressum-Link neben Datenschutz-Link auf der wp-login.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
/** | |
* Impressum-Link zum Privacy Policy Link auf Login-Seite hinzufügen (wp-login.php). | |
*/ | |
add_filter( 'the_privacy_policy_link', function( $link, $privacy_policy_url ) { | |
return $link . ' | <a href="/impressum/">Impressum</a>'; | |
}, 10, 2 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wenn nichts angezeigt wird, dann musst du auf der Seite Einstellungen => Datenschutz erst noch eine Seite als Datenschutzseite festlegen. Erst dann gibt es eine Ausgabe beim WP-Login.