Skip to content

Commit

Permalink
Fix Google Tag Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jprieton committed Feb 16, 2016
1 parent 047de85 commit 9e19eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-head-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ function remove_header_links() {
add_action('wp_head', array($Head_Actions, 'google_site_verification'), 1);
add_action('wp_head', array($Head_Actions, 'bing_site_verification'), 1);
add_action('wp_head', array($Head_Actions, 'google_analytics_tracking_code'), 99);
add_action('wp_head', array($Head_Actions, 'google_tag_manager_code'), 99);
//add_action('wp_head', array($Head_Actions, 'google_tag_manager_code'), 99);
add_action('wp_head', array($Head_Actions, 'admin_ajax'), 99);
2 changes: 1 addition & 1 deletion jp-theme-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: JP WordPress Theme Tools
* Plugin URI: https://github.com/jprieton/jp-theme-tools/
* Description: Extends WordPress functionality for themes
* Version: 0.14.2
* Version: 0.14.3
* Author: Javier Prieto
* Text Domain: jptt
* Domain Path: /languages
Expand Down
2 changes: 1 addition & 1 deletion settings/seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr valign="top">
<th scope="row">Google Tag Manager</th>
<td>
<textarea rows="6" class="large-text code" name="google-analytics"><?php echo get_option('google-tag-manager') ?></textarea>
<textarea rows="6" class="large-text code" name="google-tag-manager"><?php echo get_option('google-tag-manager') ?></textarea>
</td>
</tr>
<tr valign="top">
Expand Down

0 comments on commit 9e19eb9

Please sign in to comment.