Skip to content

activitypub_surge_cache_config_file

github-actions[bot] edited this page Jul 23, 2025 · 8 revisions

Filter the config file path.

Auto-generated Example

add_filter(
    'activitypub_surge_cache_config_file',
    function ( string|false $config_file ) {
        // Your code here
        return $config_file;
    }
);

Parameters

  • string|false $config_file The config file path.

Files

\apply_filters( 'activitypub_surge_cache_config_file', $config_file )

Hooks

Users

Developers

Clone this wiki locally