-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_surge_cache_config_file
github-actions[bot] edited this page Jul 29, 2025
·
9 revisions
Filter the config file path.
add_filter(
'activitypub_surge_cache_config_file',
'my_activitypub_surge_cache_config_file_callback'
);
function my_activitypub_surge_cache_config_file_callback( string|false $config_file ) {
// Your code here.
return $config_file;
}-
string|false$config_fileThe config file path.
\apply_filters( 'activitypub_surge_cache_config_file', $config_file )Follow @[email protected] for updates and news.