-
Notifications
You must be signed in to change notification settings - Fork 19
friends_show_cached_posts
github-actions[bot] edited this page Sep 4, 2026
·
33 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 )