Description
The first hook available in the main theme files, for example index.php
, directly after header.php
Example
<?php //Example 1 //In your child theme functions.php file: function my_wfx_example_function(){ echo '<!--my code-->'; } add_action ('wfmain_before_wrapper','my_wfx_example_function'); ?>
Notes
None available yet.
This hook documentation was last modified on: September 19, 2011 by Jonny