Plugin Directory

Changeset 872478


Ignore:
Timestamp:
03/10/2014 03:57:10 AM (12 years ago)
Author:
mezzobit
Message:

Moving container code to header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trusted-data-interchange-tag-manager/trunk/wp-mezzobit-tag-manager.php

    r799894 r872478  
    4444   *
    4545   * register settings subpage<br>
    46    * register footer output
     46   * register header output
    4747   */
    4848  public function WordpressMezzobitTagManager() {
     
    5151    add_action('admin_init', array($this, 'admin_init'));
    5252    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'));
    5454  }
    5555
     
    500500   * @return void
    501501   *
    502    * print the container code into the footer
     502   * print the container code into the head
    503503   */
    504504  public function output_container() {
Note: See TracChangeset for help on using the changeset viewer.