| Server IP : 43.141.49.92 / Your IP : 113.219.202.141 Web Server : Apache System : Linux VM-8-5-opencloudos 6.6.34-9.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 19:35:45 CST 2024 x86_64 User : www ( 1000) PHP Version : 8.1.27 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/www.ucppt.com/wp-content/themes/storefront/ |
Upload File : |
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package storefront */ ?><!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php do_action( 'storefront_before_site' ); ?> <div id="page" class="hfeed site"> <?php do_action( 'storefront_before_header' ); ?> <header id="masthead" class="site-header" role="banner" style="<?php storefront_header_styles(); ?>"> <?php /** * Functions hooked into storefront_header action * * @hooked storefront_header_container - 0 * @hooked storefront_skip_links - 5 * @hooked storefront_social_icons - 10 * @hooked storefront_site_branding - 20 * @hooked storefront_secondary_navigation - 30 * @hooked storefront_product_search - 40 * @hooked storefront_header_container_close - 41 * @hooked storefront_primary_navigation_wrapper - 42 * @hooked storefront_primary_navigation - 50 * @hooked storefront_header_cart - 60 * @hooked storefront_primary_navigation_wrapper_close - 68 */ do_action( 'storefront_header' ); ?> </header><!-- #masthead --> <?php /** * Functions hooked in to storefront_before_content * * @hooked storefront_header_widget_region - 10 * @hooked woocommerce_breadcrumb - 10 */ do_action( 'storefront_before_content' ); ?> <div id="content" class="site-content" tabindex="-1"> <div class="col-full"> <?php do_action( 'storefront_content_top' );