-
Couldn't load subscription status.
- Fork 84
activitypub_litespeed_cache_htaccess_file
github-actions[bot] edited this page Oct 27, 2025
·
1 revision
Filter the htaccess file path.
/**
* Filter the htaccess file path.
*
* @param string|false $htaccess_file
* @return string|false The filtered value.
*/
function my_activitypub_litespeed_cache_htaccess_file_callback( string|false $htaccess_file ) {
// Your code here.
return $htaccess_file;
}
add_filter( 'activitypub_litespeed_cache_htaccess_file', 'my_activitypub_litespeed_cache_htaccess_file_callback' );-
string|false$htaccess_fileThe htaccess file path.
\apply_filters( 'activitypub_litespeed_cache_htaccess_file', $htaccess_file )Follow @[email protected] for updates and news.