mirror of
https://gh.wpcy.net/https://github.com/JoseMortellaro/editor-cleanup-for-avada.git
synced 2026-04-18 03:32:27 +08:00
6 lines
209 B
PHP
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';
|