Skip to content

friends_show_cached_posts

github-actions[bot] edited this page Jul 28, 2026 · 31 revisions

Auto-generated Example

add_filter(
   'friends_show_cached_posts',
    function( bool $false ) {
        // Your code here.
        return $false;
    }
);

Parameters

  • bool $false

Files

apply_filters( 'friends_show_cached_posts', false )
apply_filters( 'friends_show_cached_posts', false )
apply_filters( 'friends_show_cached_posts', false )

← All Hooks

Clone this wiki locally