-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_store_urls
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
add_filter(
'wpt_store_urls',
function(
bool $true,
$post_ID,
string $url
) {
// Your code here.
return $true;
},
10,
3
);-
bool$true $post_ID-
string$url
apply_filters( 'wpt_store_urls', true, $post_ID, $url )