-
Notifications
You must be signed in to change notification settings - Fork 14
friends_show_cached_posts
Alex Kirk edited this page Nov 22, 2024
·
11 revisions
add_filter(
'friends_show_cached_posts',
function ( bool $false ) {
// Your code here
return $false;
}
);
-
bool
$false
apply_filters( 'friends_show_cached_posts', false )
apply_filters( 'friends_show_cached_posts', false )
apply_filters( 'friends_show_cached_posts', false )