Skip to:
Content

  • Home
  • About
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Traits / Action_Helpers_Email / Action_Helpers_Email::set_is_html()

Action_Helpers_Email::set_is_html( $is_html )

Contents

  • Parameters
    • Source

Parameters #Parameters

$is_html

(Required)


Source #Source

File: src/core/lib/recipe-parts/actions/trait-action-helpers-email.php

	public function set_is_html( bool $is_html ) {
		$this->is_html = $is_html;
	}

Expand full source code Collapse full source code View on Github


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service