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

6 lines
209 B
PHP

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