WordPress add php file without FTP

Date: 2018-09-14

In Appearance > Editor

Edit the homepage.php

$file = realpath(dirname(__FILE__)) . '/custom-page.php';
touch($file);

Run the homepage and refresh the file list

12690cookie-checkWordPress add php file without FTP