Wersjonowanie pliku styli css
<link rel="stylesheet" type="text/css" href="style.css?v=12345678" />
Hope this helps and happy coding :)
Zobacz jeszcze
Custom Post Types
Wyświetlenei wszystkich zdefiniowanych Custom Post Types: <?php $post_types = get_post_types( '', 'names' ); echo '<ul>'; foreach ( $post_types as $post_type ) { echo...