-
Notifications
You must be signed in to change notification settings - Fork 17
friends_cache_url_post_id
Alex Kirk edited this page Nov 22, 2024
·
2 revisions
add_filter(
'friends_cache_url_post_id',
function (
bool $false,
string $url
) {
// Your code here
return $false;
},
10,
2
);
-
bool
$false
-
string
$url
apply_filters( 'friends_cache_url_post_id', false, $url )