FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wordpress-azure/index.php at master · jupiter-center/wordpress-azure · GitHub
jupiter-center
/
wordpress-azure
Public
forked from
azureappserviceoss/wordpress-azure
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
wordpress-azure
/
index.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 418 Bytes
Breadcrumbs
wordpress-azure
/
index.php
Copy path
File metadata and controls
17 lines (15 loc) · 418 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define
(
'
WP_USE_THEMES
'
,
true
);
/** Loads the WordPress Environment and Template */
require
(
dirname
(
__FILE__
) .
'
/wp-blog-header.php
'
);
Back
|
FazBrowse Home
|
New Git URL