Skip to content

mc_use_embed_targets

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Auto-generated Example

add_filter(
   'mc_use_embed_targets',
    function(
        bool $false,
        string $url
    ) {
        // Your code here.
        return $false;
    },
    10,
    2
);

Parameters

  • bool $false
  • string $url

Files

apply_filters( 'mc_use_embed_targets', false, $url )

← All Hooks

Clone this wiki locally