PHP question
-
if ( reactor_option('mobile_menu', 1) ) { ?> <div id="mobile-menu-button" class="show-for-small">
Some more code in here
<?php } } } add_action('reactor_header_after', 'reactor_do_nav_bar', 2);
Could Someone please tell me what the numbers do at the end of these lines inside the brackets?
I have been reading about this stuff but I’m not even sure what they are called. At the moment I’m thinking they set the order in which things happen.
Thanks
Martin
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP question’ is closed to new replies.