responsive_mobile_header_one
Creates a hook for the first header content just after
.
Description
responsive_mobile_header_one();
Usage
if ( !function_exists( 'responsive_mobile_header_one' ) ) { require_once '/includes/responsive-hooks.php'; } // NOTICE! Understand what this does before running. $result = responsive_mobile_header_one();
Defined (1)
The function is defined in the following location(s).
- /includes/responsive-hooks.php
- function responsive_mobile_header_one() {
- do_action( 'responsive_mobile_header_one' );
- }