-
Notifications
You must be signed in to change notification settings - Fork 17
friends_parser_confidence
Alex Kirk edited this page Oct 16, 2024
·
11 revisions
add_filter(
'friends_parser_confidence',
function (
$confidence,
$slug,
string $link_url,
$feed
) {
// Your code here
return $confidence;
},
10,
4
);
$confidence
$slug
-
string
$link_url
Other variable names:$url
$feed
apply_filters( 'friends_parser_confidence', $confidence, $slug, $link_url, $feed )
apply_filters( 'friends_parser_confidence', $confidence, $slug, $url, $feed )