options = get_option('altruja'); add_action('wp_head', [$this, 'async']); add_action('wp_footer', [$this, 'footer']); } public function async() { echo ''."\n"; } public function footer() { echo $this->options['link']; } }