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$falsestring$url
Files
apply_filters( 'friends_cache_url_post_id', false, $url )