Action Reference - AgriLife/AgriFlex GitHub Wiki
Located in the <head> section of header.php before the wp_head() action.
Hooking into this action allows you to add CSS or Javascript before wp_head() fires.
Located right after the opening <body> tag.
This action is currently used to insert the agency banner at the top of the page.
Located after the opening <div id="wrapper">.
This action is used to insert the site title.
Located right after agriflex_header() and before the opening <div id="content-wrap">.
This action is used to insert the top navigation menu.
Located right after the opening <div id="content">.
This hook is not used by default but was made available to help plugin developers insert content.
Located before the closing </div><!-- #content -->.
This hook is not used by default but was made available to help plugin developers insert content.
Located after the opening <footer> tag.
This hook is not used by default but was made available to help plugin developers insert content.
Located after the opening <div class="wrap">.
This action is used to build the default 5-pane footer.
Located after the closing </div><!-- .wrap -->.
This hook is not used by default but was made available to help plugin developers insert content.
Located in agriflex_show_footer().
This action builds the first footer pane.
Located in agriflex_show_footer().
This action builds the second footer pane.
Located in agriflex_show_footer().
This action builds the third footer pane.
Located in agriflex_show_footer().
This action builds the fourth footer pane.
Located in agriflex_show_footer().
This action builds the fifth footer pane.