-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_shorteners
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
Filter available shorteners.
add_filter(
'wpt_shorteners',
function(
array $shorteners,
int $shortener
) {
// Your code here.
return $shorteners;
},
10,
2
);-
array$shortenersArray of shorteners by ID. -
int$shortenerSelected shortener.
array
apply_filters( 'wpt_shorteners', $shorteners, $shortener )