Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / WC_Email / WC_Email::get_title()

WC_Email::get_title()

Return the email’s title

Contents

  • Description
    • Return
    • Source
  • Related
    • Used By
  • User Contributed Notes

Description #Description


Return #Return

(string)


Top ↑

Source #Source

File: includes/emails/class-wc-email.php

	public function get_title() {
		return apply_filters( 'woocommerce_email_title', $this->title, $this );
	}

Expand full source code Collapse full source code


Top ↑

Related #Related

Top ↑

Used By #Used By

Used By
Used By Description
includes/emails/class-wc-email.php: WC_Email::admin_options()

Admin Options.


Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress