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

    (@cais)

    @dorysp – The plugin uses this to hook into the footer (which would generally put it into the bottom of the page, or “footer area”):

    add_action( 'wp_footer', array( $this, 'BNS_Add_Widget_Hook' ) );

    Theoretically you could swap out the wp_footer handle with any public facing action hook and have the plugin put the widget area into that hook’s “space”

    Sounds like some interesting experiments ahead of you … it’d be great to read what you come up with.

    ~Cais.

Viewing 1 replies (of 1 total)
  • The topic ‘Add widget ABOVE footer’ is closed to new replies.