AddFunc Head & Footer Code

Wordpress Plugin
Download latest - 2.3

Developers

joerhoney

Download Stats

Today 35
Yesterday 48
Last Week 310
All Time 67,937
Banner 772x250


Releases (9 )

Version Release Date Change Log
2.3 2019-05-29

23 May 2019

  • Fixes a PHP notice, which appeared on the login dialog when WP_DEBUG was ON. (I think I actually got it this time.)
2.2 2019-04-23

23 Apr 2019

  • Fixes a PHP notice, which appeared on the login dialog when WP_DEBUG was ON.
2.1 2018-12-11

28 Nov 2018

  • Removes the metabox from post types which are not public.
2 2018-09-27

19 Sep 2018

  • Adds... drumroll please... Body Start Code!
    • Insert code immediately after the opening body tag!
    • Fields for individual page/post code as well as site-wide code.
    • Optionally replace site-wide code with individual page/post code.
    • All behaves the same as head code and footer code, except for priority (no priority setting).
    • Note: There is no standard for opening body tag code in WordPress yet (contact me if I'm wrong). If there ever is, AddFunc Head & Footer Code may change so as to conform to the standard. We don't think this will effect performance in anyway, but if it does, we will let you know through this change log. If necessary, we may even leave this feature in place along with the new standardized method.
1.5 2017-09-14

13-Sep-2017

  • Adds ability to set the output priority of the head code. Thanks to John Irvine at RD Technology Solutions for the suggestion.
  • Adds ability to set the output priority of the footer code.
  • Changes the metabox to a lower priority so it sits at the bottom by default instead of the top. Thanks to @enfueggo for the suggestion.
1.4 2017-06-09

3-Apr-2017

  • Adds option for individual post code to replace the site-wide code:
    • Head and footer managed independently of each other
    • Individual post code appends to site-wide by default
    • Check the Replace Site-wide Head/Footer Code checkbox to replace or remove the Site-wide code for the respective area
  • Fixes post meta fields:
    • No longer saves post meta fields when not needed
    • Deletes post meta fields if empty when saved/updated
1.3 2016-08-13

23-Jun-2015

  • Corrects the generated path to options.php, so that the settings page can be found even on installs where the plugins directory is not at the standard /wp-content/plugins location.
1.2 2015-09-14

19-Jun-2015

  • Discovered addfunc-head-footer-code.php was saved with text encoding Western (Mac OS Roman). ~>:( Changed to Unicode (UTF-8)
  • This was probably changed during a recent update on the plugin's tags (the tags for the WordPress Plugin Repository), so maybe two weeks ago. Previous downloads should have been UTF-8
  • Also changed version 1.1 to UTF-8 because leaving a Mac OS Roman version in the repository would be pointless. So 1.1 and 1.2 are the same, except for the readme.txt
1.1 2015-09-14

28-Nov-2014

  • Fixes meta box nounce
  • Changes all references to Average (including but not limited to "avrg", "average", etc.) to relate to AddFunc (changing project name)
  • Changes a few other function and variable names for namespacing purposes
  • Submitted to WordPress under the name AddFunc