-
Notifications
You must be signed in to change notification settings - Fork 17
friends_deactivate_plugin_cache
Alex Kirk edited this page Oct 16, 2024
·
9 revisions
add_filter(
'friends_deactivate_plugin_cache',
function ( bool $false ) {
// Your code here
return $false;
}
);
-
bool
$false
apply_filters( 'friends_deactivate_plugin_cache', false )