Changeset 2761285
- Timestamp:
- 07/25/2022 05:20:17 PM (4 years ago)
- Location:
- tracking-script-manager/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
tracking-scripts-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tracking-script-manager/trunk/readme.txt
r2761200 r2761285 49 49 = Using the body location = 50 50 51 To use the body script location, you will need to add a line of PHP to directly after the opening `<body>` tag in your theme's files. Typically this can be found in header.php but can vary theme to theme. 51 To use the body script location, you will need to add a line of PHP to directly after the opening `<body>` tag in your theme's files. Typically this can be found in header.php but can vary theme to theme. 52 52 53 53 `<?php do_action('wp_body_open'); ?>` -
tracking-script-manager/trunk/tracking-scripts-manager.php
r2760412 r2761285 4 4 * Plugin URI: http://wordpress.org/plugins/tracking-script-manager/ 5 5 * Description: A plugin that allows you to add tracking scripts to your site. 6 * Version: 2.0. 86 * Version: 2.0.9 7 7 * Author: Red8 Interactive 8 8 * Author URI: http://red8interactive.com
Note: See TracChangeset
for help on using the changeset viewer.