Questions tagged [wordpress-4.3]

WordPress is a PHP-based, open source content management system for creating websites and blogs. This tag is for programming-specific questions referring to version 4.3 ("Billie").

Wordpress 4.3

WordPress 4.3 was released in August 2015. Some of the feature highlights of are:

  • Password reset improvements
  • Favicon Management
  • Multisite Focused Changes
  • Editor improvements

For Developers:

  • Fast previewing changes to Menus in the Customizer
  • Changes to Customizer Panels and Sections
  • New Customizer Media Controls
  • PHP4 style constructors are deprecated

Resources

10 questions
11
votes
2 answers

WordPress wp_head - how to add new script files to the top?

How can I add my script files to the very top in the wp_head? From this guide, using the code below will always add my new script file to the very bottom: add_action('wp_head','hook_javascript'); function hook_javascript() { $output="