PluginProbe
PostNL for WooCommerce / 4.4.1
PostNL for WooCommerce v4.4.1
5.9.12 5.9.11 5.9.10 5.9.9 5.9.8 5.9.7 5.9.6 trunk 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.1.4 3.1.5 3.1.6 3.1.7 4.0.0 4.0.1 4.0.2 4.3.2 4.3.3 4.4.0 4.4.1 All 72 releases
woo-postnl / includes / admin / views / html-start.php

html-start.php in PostNL for WooCommerce 4.4.1, at includes/admin/views/html-start.php

21 lines 516 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') or die(); ?>
2
3 <!DOCTYPE html>
4 <html
5 xmlns="http://www.w3.org/1999/xhtml" lang="<?php get_locale(); ?>">
6 <head>
7 <meta
8 http-equiv="Content-Type" content="text/html; charset=UTF-8">
9 <title></title>
10 <?php
11 WCPN_Assets::enqueue_admin_scripts_and_styles();
12 wp_enqueue_style('colors');
13 wp_enqueue_style('media');
14 wp_enqueue_script('jquery');
15
16 do_action('admin_print_styles');
17 do_action('admin_print_scripts');
18 ?>
19 </head>
20 <body class="wp-core-ui">
21