Skip to content

wpt_store_urls

github-actions[bot] edited this page Jun 14, 2026 · 1 revision

Auto-generated Example

add_filter(
   'wpt_store_urls',
    function(
        bool $true,
        $post_ID,
        string $url
    ) {
        // Your code here.
        return $true;
    },
    10,
    3
);

Parameters

  • bool $true
  • $post_ID
  • string $url

Files

apply_filters( 'wpt_store_urls', true, $post_ID, $url )

← All Hooks

Clone this wiki locally