Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-includes
/
blocks
/
text-columns
:
general-template.php
Advanced Search
Upload
New Item
Settings
JavaScript
ABAP
ABC
ActionScript
ADA
Apache Conf
AsciiDoc
ASL
Assembly x86
AutoHotKey
Apex
BatchFile
Bro
C and C++
C9Search
Cirru
Clojure
Cobol
CoffeeScript
ColdFusion
C#
Csound Document
Csound
Csound Score
CSS
Curly
D
Dart
Diff
Dockerfile
Dot
Drools
Edifact
Eiffel
EJS
Elixir
Elm
Erlang
Forth
Fortran
FSharp
FSL
FreeMarker
Gcode
Gherkin
Gitignore
Glsl
Gobstones
Go
GraphQLSchema
Groovy
HAML
Handlebars
Haskell
Haskell Cabal
haXe
Hjson
HTML
HTML (Elixir)
HTML (Ruby)
INI
Io
Jack
Jade
Java
JSON
JSONiq
JSP
JSSM
JSX
Julia
Kotlin
LaTeX
LESS
Liquid
Lisp
LiveScript
LogiQL
LSL
Lua
LuaPage
Lucene
Makefile
Markdown
Mask
MATLAB
Maze
MEL
MIXAL
MUSHCode
MySQL
Nix
NSIS
Objective-C
OCaml
Pascal
Perl
Perl 6
pgSQL
PHP (Blade Template)
PHP
Puppet
Pig
Powershell
Praat
Prolog
Properties
Protobuf
Python
R
Razor
RDoc
Red
RHTML
RST
Ruby
Rust
SASS
SCAD
Scala
Scheme
SCSS
SH
SJS
Slim
Smarty
snippets
Soy Template
Space
SQL
SQLServer
Stylus
SVG
Swift
Tcl
Terraform
Tex
Text
Textile
Toml
TSX
Twig
Typescript
Vala
VBScript
Velocity
Verilog
VHDL
Visualforce
Wollok
XML
XQuery
YAML
Django
Chrome
Clouds
Crimson Editor
Dawn
Dreamweaver
Eclipse
GitHub
IPlastic
Solarized Light
TextMate
Tomorrow
XCode
Kuroir
KatzenMilch
SQL Server
Ambiance
Chaos
Clouds Midnight
Dracula
Cobalt
Gruvbox
Green on Black
idle Fingers
krTheme
Merbivore
Merbivore Soft
Mono Industrial
Monokai
Pastel on dark
Solarized Dark
Terminal
Tomorrow Night
Tomorrow Night Blue
Tomorrow Night Bright
Tomorrow Night 80s
Twilight
Vibrant Ink
8
10
11
12
13
14
15
16
17
18
20
22
24
26
30
Back
Back Up
Normal Editor
Save
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
<
?
php
/**
* General template tags that can go anywhere in a template.
*
*
@package
WordPress
*
@subpackage
Template
*/
/**
* Loads header template.
*
* Includes the header template for a theme or if a name is specified then a
* specialized header will be included.
*
* For the parameter, if the file is called "header-special.php" then specify
* "special".
*
*
@since
1.5.0
*
@since
5.5.0 A return value was added.
*
@since
5.5.0 The `$args` parameter was added.
*
*
@param
string $name The name of the specialized header.
*
@param
array $args Optional. Additional arguments passed to the header template.
* Default empty array.
*
@return
void|false Void on success, false if the template does not exist.
*/
function
get_header
(
$name
=
null
,
$args
=
array
(
)
)
{
/**
* Fires before the header template file is loaded.
*
*
@since
2.1.0
*
@since
2.8.0 The `$name` parameter was added.
*
@since
5.5.0 The `$args` parameter was added.
*
*
@param
string|null $name Name of the specific header file to use. Null for the default header.
*
@param
array $args Additional arguments passed to the header template.
*/
do_action
(
'get_header'
,
$name
,
$args
)
;
$templates
=
array
(
)
;
$name
=
(
string
)
$name
;
if
(
''
!==
$name
)
{
$templates
[
]
=
"header-{
$name
}.php"
;
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX