Changeset 872478
- Timestamp:
- 03/10/2014 03:57:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trusted-data-interchange-tag-manager/trunk/wp-mezzobit-tag-manager.php
r799894 r872478 44 44 * 45 45 * register settings subpage<br> 46 * register footer output46 * register header output 47 47 */ 48 48 public function WordpressMezzobitTagManager() { … … 51 51 add_action('admin_init', array($this, 'admin_init')); 52 52 add_action('admin_menu', array($this, 'admin_menu')); 53 add_action('wp_ footer', array($this, 'output_container'));53 add_action('wp_head', array($this, 'output_container')); 54 54 } 55 55 … … 500 500 * @return void 501 501 * 502 * print the container code into the footer502 * print the container code into the head 503 503 */ 504 504 public function output_container() {
Note: See TracChangeset
for help on using the changeset viewer.