Copyright ©document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear())) PRINT&COFFEE - Alle Rechte vorbehalten
Copyright © PRINT&COFFEE - Alle Rechte vorbehalten
Blurry Background
/* fallback weiße schrift */
selector {
background-color: rgba(47, 47, 47, 0.8);
}
/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
selector {
background-color: rgba(255, 255, 255, 0.0);
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
}
Wir vermissen dich
Update Benachrichtigung deaktivieren (Funktion PHP)
// Disable core update emails
add_filter( 'auto_core_update_send_email', '__return_false' );
// Disable plugin update emails
add_filter( 'auto_plugin_update_send_email', '__return_false' );
// Disable theme update emails
add_filter( 'auto_theme_update_send_email', '__return_false' );
Rechtsklick deaktivieren
Aktuelles Jahr
/**
* Current year shortcode
* Code für fubnction.php
*/
function year_shortcode () {
$year = date_i18n ('Y');
return $year;
}
add_shortcode ('year', 'year_shortcode');
© PRINT&COFFEE | Alle Rechte vorbehalten | Design by PRINT&COFFEE