$this->add($this->actions, 'wp_head', $frontend, 'wp_head');
Does adding a callback like this to wp_head allows you to add additional content? I already have a wp_head function and adding a callback also called wp_head allow you to append content to wp_head?