Skip to content

Instantly share code, notes, and snippets.

@cjj25
Created June 9, 2021 12:59
Show Gist options
  • Save cjj25/7834291feb5d28d0af4e9a60ae1c4cd6 to your computer and use it in GitHub Desktop.
Save cjj25/7834291feb5d28d0af4e9a60ae1c4cd6 to your computer and use it in GitHub Desktop.
WORDPRESS_CONFIG_EXTRA page cache config
<?php
function pj_user_config() {
return [
'redis_host' => 'changeme',
'redis_port' => 'changeme',
'redis_auth' => 'changeme',
'redis_db' => 'changeme'
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment