friends_cache_url_post_id - akirk/friends GitHub Wiki

Auto-generated Example

add_filter(
   'friends_cache_url_post_id',
    function(
        bool $false,
        string $url
    ) {
        // Your code here.
        return $false;
    },
    10,
    2
);

Parameters

  • bool $false
  • string $url

Files

apply_filters( 'friends_cache_url_post_id', false, $url )

← All Hooks