PATH:
home
/
urbaoubp
/
simplelife.urbanizzed.space
/
wp-admin
<?php /** * WordPress Options Header. * * Displays updated message, if updated variable is part of the URL query. * * @package WordPress * @subpackage Administration */ // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { // For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect. add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'success' ); } settings_errors();
[-] user-new.php
[edit]
[-] plugin-editor.php
[edit]
[-] edit-form-advanced.php
[edit]
[+]
user
[-] error_log
[edit]
[-] options-head.php
[edit]
[+]
css
[-] press-this.php
[edit]
[-] network.php
[edit]
[-] widgets.php
[edit]
[-] options-permalink.php
[edit]
[-] tools.php
[edit]
[-] widgets-form-blocks.php
[edit]
[-] ms-delete-site.php
[edit]
[-] custom-header.php
[edit]
[-] theme-editor.php
[edit]
[-] edit-form-comment.php
[edit]
[-] customize.php
[edit]
[-] plugin-install.php
[edit]
[-] users.php
[edit]
[-] menu-header.php
[edit]
[+]
maint
[-] widgets-form.php
[edit]
[-] export.php
[edit]
[-] about.php
[edit]
[-] authorize-application.php
[edit]
[+]
images
[-] plugins.php
[edit]
[-] ms-users.php
[edit]
[-] admin-functions.php
[edit]
[-] admin.php
[edit]
[+]
includes
[-] update-core.php
[edit]
[-] link-add.php
[edit]
[-] ms-admin.php
[edit]
[-] freedoms.php
[edit]
[-] link-parse-opml.php
[edit]
[-] options-discussion.php
[edit]
[+]
..
[-] media-upload.php
[edit]
[+]
network
[-] async-upload.php
[edit]
[-] edit-tags.php
[edit]
[-] admin-header.php
[edit]
[-] site-editor.php
[edit]
[-] user-edit.php
[edit]
[-] edit-tag-form.php
[edit]
[+]
js
[-] update.php
[edit]