Support » Plugins » Hacks » add action for the end of every page

  • I would like to have my plugin fire near the end of the load of every page. I have found that wp_footer works, however it doesn’t in the user_profile/admin area because it doesn’t have a footer.

    Is there something else I can use? Or do I need to add another for the admin area?

Viewing 1 replies (of 1 total)
  • You will have to use multiple wp_footer and admin_footer
    or in_admin_footer

    The 2 admin footer hooks are in different spots, so it will depend on what you want for an outcome.

Viewing 1 replies (of 1 total)
  • The topic ‘add action for the end of every page’ is closed to new replies.