PluginProbe
UpdraftCentral Dashboard / 0.8.13
UpdraftCentral Dashboard v0.8.13
0.8.33 0.7.2 0.7.3 0.7.4 0.8.0 0.8.1 0.8.10 0.8.11 0.8.12 0.8.13 0.8.14 0.8.15 0.8.16 0.8.17 0.8.18 0.8.19 0.8.2 0.8.20 0.8.21 0.8.22 0.8.23 0.8.24 0.8.25 0.8.26 0.8.27 All 51 releases
updraftcentral / templates / dashboard / header.php

header.php in UpdraftCentral Dashboard 0.8.13, at templates/dashboard/header.php

18 lines 492 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * This file sets up hooks for dashboard notices
4 */
5 if (!defined('UD_CENTRAL_DIR')) die('Security check'); ?>
6
7 <!-- dashboard page header -->
8
9 <?php
10
11 // Remember that this header is used widely - the user may not be logged-in, or authorised, or the entire setup may be broken and we're just needing to report errors.
12
13 do_action('updraftcentral_page_header_pre_notices');
14
15 do_action('updraftcentral_print_dashboard_notices');
16
17 do_action('updraftcentral_page_header_after_notices');
18