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