HEX
Server: Apache
System: Linux sxb1plzcpnl504268.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: uaktdz7o5l3q (5679037)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/uaktdz7o5l3q/public_html/stonehouse/wp-content/themes/primer/templates/parts/hero.php
<?php
/**
 * Displays the site header.
 *
 * @package Primer
 * @since   1.0.0
 */

?>

<div class="hero">

	<?php

	/**
	 * Fires inside the `.hero` element but before the `.hero-inner` element.
	 *
	 * @since 1.7.0
	 */
	do_action( 'primer_pre_hero' );

	?>

	<div class="hero-inner">

		<?php

		/**
		 * Fires inside the `.hero` element.
		 *
		 * @hooked primer_add_hero_content - 10
		 *
		 * @since 1.0.0
		 */
		do_action( 'primer_hero' );

		?>

	</div>

</div>