Email_Abstract::get_blogname()
Get WordPress blog name.
Return
(string)
Source
File: src/Tickets/Emails/Email_Abstract.php
public function get_blogname(): string {
return wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES );
}
Changelog
| Version | Description |
|---|---|
| 5.5.9 | Introduced. |