Skip to content

friends_cache_url_post_id

Alex Kirk edited this page Nov 22, 2024 · 2 revisions

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 )

Hooks

Clone this wiki locally