<?php | |
// Customize the cookie name used by Metrics | |
add_filter( 'searchwp_metrics_cookie_name', function( $name ) { | |
return 'clicky24'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment