Description
Before the main <code><div class=”container” id=”main-content”></code> CSS.
Example
<?php
//Example 1
//In your child theme functions.php file:
function my_wfx_example_function(){
echo '';
}
add_action ('wfmain_before_all_container','my_wfx_example_function');
?>
Notes
Useful for inserting extra container CSS code.
This hook documentation was last modified on: October 5, 2011 by Jonny