editor-cleanup-for-avada/admin/ecfa-loading-settings.php
JoseMortellaro ad4e6bc0a7 v0.0.5
v0.0.5
2024-06-21 23:56:06 +02:00

6 lines
213 B
PHP

<?php
defined( 'FDP_ECFA_PLUGIN_DIR' ) || exit;
$page = 'loading';
$title = esc_attr__( 'Avada editor loading cleanup.','editor-cleanup-for-avada' );
require_once FDP_ECFA_PLUGIN_DIR.'/admin/ecfa-settings.php';