Ek Olarak: @trankoff dediginiz kod yok malesef yada ben mi göremedim
/**
* The header for our theme.
*
* This is the template that displays all of the section and everything up until
*
* @link https://developer.wordpress.org/themes/basics/template-files/ #template-partials
*
* @package AcmeThemes
* @subpackage Supermag
*/
/**
* supermag_action_before_head hook
* @since supermag 1.0.0
*
* @hooked supermag_set_global - 0
* @hooked supermag_doctype - 10
*/
do_action( 'supermag_action_before_head' );?>
/**
* supermag_action_before_wp_head hook
* @since supermag 1.0.0
*
* @hooked supermag_before_wp_head - 10
*/
do_action( 'supermag_action_before_wp_head' );
wp_head();
?>
/**
* supermag_action_body_attr hook
* @since supermag 1.0.0
*
* @hooked supermag_body_attr- 10
*/
do_action( 'supermag_action_body_attr' );?>>
/**
* supermag_action_before hook
* @since supermag 1.0.0
*
* @hooked supermag_page_start - 10
* @hooked supermag_page_start - 15
*/
do_action( 'supermag_action_before' );
/**
* supermag_action_before_header hook
* @since supermag 1.0.0
*
* @hooked supermag_skip_to_content - 10
*/
do_action( 'supermag_action_before_header' );
/**
* supermag_action_header hook
* @since supermag 1.0.0
*
* @hooked supermag_after_header - 10
*/
do_action( 'supermag_action_header' );
/**
* supermag_action_after_header hook
* @since supermag 1.0.0
*
* @hooked null
*/
do_action( 'supermag_action_after_header' );
/**
* supermag_action_before_content hook
* @since supermag 1.0.0
*
* @hooked supermag_before_content - 10
*/
do_action( 'supermag_action_before_content' );