FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wordpress-https/view/network.php at master · ashucg/wordpress-https · GitHub
ashucg
/
wordpress-https
Public
forked from
mvied/wordpress-https
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-https
/
view
/
network.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (18 loc) · 696 Bytes
Breadcrumbs
wordpress-https
/
view
/
network.php
Copy path
File metadata and controls
21 lines (18 loc) · 696 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
18
19
20
21
<?php
if
( !
defined
(
'
ABSPATH
'
) )
exit
;
require_once
(
'
../includes/template.php
'
);
// WordPress Dashboard Functions
?>
<div class="wphttps-message-wrap" id="message-wrap"><div id="message-body"></div></div>
<div class="wrap" id="wphttps-main">
<div id="icon-options-https" class="icon32"><br /></div>
<h2>
<?php
_e
(
'
HTTPS
'
,
'
wordpress-https
'
);
?>
</h2>
<?php
wp_nonce_field
(
'
closedpostboxes
'
,
'
closedpostboxesnonce
'
,
false
);
wp_nonce_field
(
'
meta-box-order
'
,
'
meta-box-order-nonce
'
,
false
);
?>
<div id="poststuff" class="columns metabox-holder">
<div class="postbox-container">
<?php
do_meta_boxes
(
'
toplevel_page_
'
.
$
this
->
getSlug
() .
'
_network
'
,
'
main
'
,
$
this
);
?>
</div>
</div>
</div>
Back
|
FazBrowse Home
|
New Git URL