<?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 Education Base */ /** * education_base_action_before_head hook * @since Education Base 1.0.0 * * @hooked education_base_set_global - 0 * @hooked education_base_doctype - 10 */ do_action( 'education_base_action_before_head' );?> <head> <?php /** * education_base_action_before_wp_head hook * @since Education Base 1.0.0 * * @hooked education_base_before_wp_head - 10 */ do_action( 'education_base_action_before_wp_head' ); wp_head(); ?> </head> <body <?php body_class();?>> <?php /** * WordPress Default Hook * Triggered after the opening <body> tag. * wp_body_open hook * * @since WordPress 5.2 * */ do_action( 'wp_body_open' ); /** * education_base_action_before hook * @since Education Base 1.0.0 * * @hooked education_base_site_start - 20 */ do_action( 'education_base_action_before' ); /** * education_base_action_before_header hook * @since Education Base 1.0.0 * * @hooked education_base_skip_to_content - 10 */ do_action( 'education_base_action_before_header' ); /** * education_base_action_header hook * @since Education Base 1.0.0 * * @hooked education_base_header - 10 */ do_action( 'education_base_action_header' ); /** * education_base_action_after_header hook * @since Education Base 1.0.0 * * @hooked null */ do_action( 'education_base_action_after_header' ); /** * education_base_action_before_content hook * @since Education Base 1.0.0 * * @hooked null */ do_action( 'education_base_action_before_content' );

Kategoria: Uncategorized

7 lis 2021

Hello world!

adminLeave a comment

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Read More

Recent Posts

  • Hello world!

Recent Comments

Brak komentarzy do wyƛwietlenia.
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Acme Themes * @subpackage Education Base */ /** * education_base_action_after_content hook * @since Education Base 1.0.0 * * @hooked null */ do_action( 'education_base_action_after_content' ); /** * education_base_action_before_footer hook * @since Education Base 1.0.0 * * @hooked null */ do_action( 'education_base_action_before_footer' ); /** * education_base_action_footer hook * @since Education Base 1.0.0 * * @hooked education_base_footer - 10 */ do_action( 'education_base_action_footer' ); /** * education_base_action_after_footer hook * @since Education Base 1.0.0 * * @hooked null */ do_action( 'education_base_action_after_footer' ); /** * education_base_action_after hook * @since Education Base 1.0.0 * * @hooked education_base_page_end - 10 */ do_action( 'education_base_action_after' ); wp_footer(); ?> </body> </html>