-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
executable file
·159 lines (136 loc) · 3.13 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?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 Royale_News
*/
/**
* Hook - royale_news_doctype.
*
* @hooked royale_news_doctype_action - 10
*/
do_action( 'royale_news_doctype' );
/**
* Hook - royale_news_head.
*
* @hooked royale_news_head_action - 10
*/
do_action( 'royale_news_head' );
/**
* Hook - royale_news_body_before.
*
* @hooked royale_news_body_before_action - 10
*/
do_action( 'royale_news_body_before' );
/**
* Hook - royale_news_header_before.
*
* @hooked royale_news_header_before_action - 10
*/
do_action( 'royale_news_header_before' );
/**
* Hook - royale_news_top_header_before.
*
* @hooked royale_news_top_header_before_action - 10
*/
do_action( 'royale_news_top_header_before' );
/**
* Hook - royale_news_ticker.
*
* @hooked royale_news_ticker_action - 10
*/
do_action( 'royale_news_ticker' );
/**
* Hook - royale_news_before_current_date.
*
* @hooked royale_news_before_current_date_action - 10
*/
do_action( 'royale_news_before_current_date' );
/**
* Hook - royale_news_current_date.
*
* @hooked royale_news_current_date_action - 10
*/
do_action( 'royale_news_current_date' );
/**
* Hook - royale_news_social_menu.
*
* @hooked royale_news_social_menu_action - 10
*/
do_action( 'royale_news_social_menu' );
/**
* Hook - royale_news_after_social_menu.
*
* @hooked royale_news_after_social_menu_action - 10
*/
do_action( 'royale_news_after_social_menu' );
/**
* Hook - royale_news_top_header_after.
*
* @hooked royale_news_top_header_after_action - 10
*/
do_action( 'royale_news_top_header_after' );
/**
* Hook - royale_news_middle_header_before.
*
* @hooked royale_news_middle_header_before_action - 10
*/
do_action( 'royale_news_middle_header_before' );
/**
* Hook - royale_news_logo.
*
* @hooked royale_news_logo_action - 10
*/
do_action( 'royale_news_logo' );
/**
* Hook - royale_news_header_ad.
*
* @hooked royale_news_header_ad_action - 10
*/
do_action( 'royale_news_header_ad' );
/**
* Hook - royale_news_middle_header_after.
*
* @hooked royale_news_middle_header_after_action - 10
*/
do_action( 'royale_news_middle_header_after' );
/**
* Hook - royale_news_bottom_header_before.
*
* @hooked royale_news_bottom_header_before_action - 10
*/
do_action( 'royale_news_bottom_header_before' );
/**
* Hook - royale_news_main_menu.
*
* @hooked royale_news_main_menu_action - 10
*/
do_action( 'royale_news_main_menu' );
/**
* Hook - royale_news_search.
*
* @hooked royale_news_search_action - 10
*/
do_action( 'royale_news_search' );
/**
* Hook - royale_news_bottom_header_after.
*
* @hooked royale_news_bottom_header_after_action - 10
*/
do_action( 'royale_news_bottom_header_after' );
/**
* Hook - royale_news_header_after.
*
* @hooked royale_news_header_after_action - 10
*/
do_action( 'royale_news_header_after' );
/**
* Hook - royale_news_content_wrapper_start.
*
* @hooked royale_news_content_wrapper_start_action - 10
*/
do_action( 'royale_news_content_wrapper_start' );