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