Guest User

Untitled

a guest
Mar 23rd, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. add_filter( 'rocket_cache_mandatory_cookies', '__marcus_age_verify' );
  3. function __marcus_age_verify( $cookies ) {
  4.     $cookies[] = 'yourcookie';
  5.  
  6.     return $cookies;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment