Switch language

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




nocache_headers [ WordPress Function ]

nocache_headers ( Keine Parameter )
Nutzt:
Definiert in:



Sets the headers to prevent caching for the different browsers.

Different browsers support different nocache headers, so several headers must be sent so that all of them get the point that no caching should occur.

Source


<?php
function nocache_headers() {
    
$headers wp_get_nocache_headers();
    foreach( 
$headers as $name => $field_value )
        @
header("{$name}{$field_value}");
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics