aioFaviconSettings = $aioFaviconSettings; add_action('wp_head', array(& $this, 'aioFaviconRenderBlogHeader')); //only add link to meta box if (isset($this->aioFaviconSettings['removeLinkFromMetaBox']) && !$this->aioFaviconSettings['removeLinkFromMetaBox']) { add_action('wp_meta', array(& $this, 'renderMetaLink')); } } // AioFaviconFrontend() /** * Renders Favicon * * @since 1.0 * @access public * @author Arne Franken */ //public function aioFaviconRenderBlogHeader() { function aioFaviconRenderBlogHeader() { if (!empty($this->aioFaviconSettings)) { foreach ((array)$this->aioFaviconSettings as $type => $url) { if (!empty($url)) { if (preg_match('/frontend/i', $type)) { if (preg_match('/ico/i', $type)) { ?> aioFaviconSettings['removeReflectiveShine']) && !$this->aioFaviconSettings['removeReflectiveShine'])) { ?>