File Editor
Directories:
.quarantine
.tmb
.well-known
cgi-bin
promo
wp-admin
wp-content
wp-includes
Files:
a.php
default.html
dummyCounter.txt
fmxt.php
index.php
license.txt
readme.html
wordfence-waf.php
wp-activate.php
wp-blog-header.php
wp-comments-post.php
wp-config-sample.php
wp-config.php
wp-content.php
wp-cron.php
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-settings.php
wp-signup.php
wp-trackback.php
wp_masdearquitectos.com.ar_2023-03-27_18-45-54.php
xmlrpc.php
Create New File
Create
Edit File: wp-content.php
<?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 __DIR__ . '/wp-blog-header.php';
Save Changes
Rename File
Rename