wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_mail_embed_args › WordPress Filter Hooks

Since6.9.0
Deprecatedn/a
Parameters:
  • (array) $args { An array of arguments for `addEmbeddedImage()`. @type string $path The path to the file. @type string $cid The Content-ID of the image. Default: The key in the embeds array. @type string $name The filename of the image. @type string $encoding The encoding of the image. Default: 'base64'. @type string $type The MIME type of the image. Default: empty string, which lets PHPMailer auto-detect. @type string $disposition The disposition of the image. Default: 'inline'. }
    Required: No
    Default:
Defined at:
Codex:

Filters the arguments for PHPMailer's addEmbeddedImage() method.





Source

$embed_args = apply_filters(