Viewing 1 replies (of 1 total)
  • Plugin Author Edward Caissie

    (@cais)

    The plugin uses an action to hook into wp_footer:

    add_action('wp_footer', 'BNS_Add_Widget_Hook');

    Depending on your theme, there may be an appropriate place to hook to create a “widget area in the header”.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: BNS Add Widget] Widget area in the header’ is closed to new replies.