mc_use_embed_targets - joedolson/my-calendar GitHub Wiki

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