LLMS_Certificate::get_blogname()
Get Blog Name
Description Description
Return Return
(string) [blog name]
Source Source
File: includes/class.llms.certificate.php
function get_blogname() { return wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: