wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_mail_embed_args › WordPress Filter Hooks

Seit6.9.0
Veraltetn/v
Parameter:
  • (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'. }
    Erforderlich: Nein
    Standard:
Definiert in:
Codex:

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





Quellcode

$embed_args = apply_filters(