-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_surge_cache_config_file
github-actions[bot] edited this page Aug 7, 2025
·
9 revisions
Filter the config file path.
add_filter(
'activitypub_surge_cache_config_file',
function( 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.