Skip to content

Commit

Permalink
Fix adjustments removed in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
phpgeek committed Mar 19, 2019
1 parent 14fb718 commit db97656
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions addons/controller/addons/add-to-any/add-to-any.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ public function load_configuration() {
public function cookiebot_addon_add_to_any() {

$this->buffer_output->add_tag( 'wp_head', 10, array(
'data-cfasync' => $this->get_cookie_types(),
'addtoany' => $this->get_cookie_types()
'a2a_config' => $this->get_cookie_types()
), false );

$this->buffer_output->add_tag( 'wp_footer', 10, array(
'data-cfasync' => $this->get_cookie_types(),
'addtoany' => $this->get_cookie_types()
'a2a_config' => $this->get_cookie_types()
), false );

$this->buffer_output->add_tag( 'pre_get_posts', 10, array(
Expand Down

0 comments on commit db97656

Please sign in to comment.