Skip to content

friends_show_cached_posts

Alex Kirk edited this page May 11, 2024 · 9 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 )

Hooks

Clone this wiki locally