HEX
Server: Apache/2.4.6 (CentOS) PHP/5.6.39
System: Linux izj6c6ukj0hyugxsgmuxz3z 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64
User: root (0)
PHP: 5.6.39
Disabled: NONE
Upload Files
File: /web/data/blog.tbbbearing.com/wp-content/themes/read-more/header.php
<?php
/**
 * The header for our theme.
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Acme Themes
 * @subpackage Read More
 */

/**
 * read_more_action_before_head hook
 * @since Read More 1.0.0
 *
 * @hooked read_more_set_global -  0
 * @hooked read_more_doctype -  10
 */
do_action( 'read_more_action_before_head' );?>
	<head>

		<?php
		/**
		 * read_more_action_before_wp_head hook
		 * @since Read More 1.0.0
		 *
		 * @hooked read_more_before_wp_head -  10
		 */
		do_action( 'read_more_action_before_wp_head' );

		wp_head();
		?>

	</head>
<body <?php body_class();?>>

<?php
/**
 * read_more_action_before hook
 * @since Read More 1.0.0
 *
 * @hooked read_more_site_start - 20
 */
do_action( 'read_more_action_before' );

/**
 * read_more_action_before_header hook
 * @since Read More 1.0.0
 *
 * @hooked read_more_skip_to_content - 10
 */
do_action( 'read_more_action_before_header' );

/**
 * read_more_action_header hook
 * @since Read More 1.0.0
 *
 * @hooked read_more_header - 10
 */
do_action( 'read_more_action_header' );

/**
 * read_more_action_after_header hook
 * @since Read More 1.0.0
 *
 * @hooked null
 */
do_action( 'read_more_action_after_header' );

/**
 * read_more_action_before_content hook
 * @since Read More 1.0.0
 *
 * @hooked null
 */
do_action( 'read_more_action_before_content' );