-
Notifications
You must be signed in to change notification settings - Fork 19
friends_parser_confidence
github-actions[bot] edited this page Mar 27, 2026
·
17 revisions
add_filter(
'friends_parser_confidence',
function(
$confidence,
$slug,
string $link_url,
$feed
) {
// Your code here.
return $confidence;
},
10,
4
);$confidence$slug-
string$link_urlOther variable names:$url $feed
apply_filters( 'friends_parser_confidence', $confidence, $slug, $link_url, $feed )apply_filters( 'friends_parser_confidence', $confidence, $slug, $url, $feed )