' . __( 'Pages:', 'storefront' ),
'after' => '
',
)
);
?>
' . __( 'Pages:', 'storefront' ),
'after' => '
',
)
);
?>
'; } add_action('admin_head', 'customAdmin'); function storefront_page_header() { if ( is_front_page() && is_page_template( 'template-fullwidth.php' ) ) { return; } ?>