โ WordPress Media Library
File manager
๐ Media Files
๐ .htaccess
๐ .tmb
๐ .user.ini
๐ .well-known
๐ cgi-bin
๐ google5da4bcf1ad824d14.html
๐ hajj3
๐ง index.php
๐ license.txt
๐ readme.html
๐ robots.txt
๐ sitemap1625.xml
๐ง wp-activate.php
๐ wp-admin
๐ง wp-blog-header.php
๐ง wp-comments-post.php
๐ง wp-config-sample.php
๐ง wp-config.php
๐ง wp-confih.php
๐ wp-content
๐ง wp-cron.php
๐ wp-includes
๐ง wp-link.php
๐ง wp-links-opml.php
๐ง wp-load.php
๐ง wp-login.php
๐ง wp-mail.php
๐ง wp-settings.php
๐ง wp-signup.php
๐ง wp-trackback.php
๐ง xmlrpc.php
โฌ๏ธ Upload Media
Upload File
๐ Edit: index.php
Size: 405 bytes | Modified: 2020-02-06 11:33:12
<?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
๐ฅ Download
๐๏ธ Delete