┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/afoot-metro16/wp-content/plugins/ultimate-post/addons/divi
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: init.php
<?php defined( 'ABSPATH' ) || exit; function ultp_divi_builder() { if ( ultimate_post()->get_setting( 'ultp_divi' ) == 'true' ) { if ( class_exists( 'ET_Builder_Module' ) ) { require_once ULTP_PATH . '/addons/divi/divi.php'; $action = isset( $_GET['action'] ) ? sanitize_text_field( $_GET['action'] ) : ''; // phpcs:ignore WordPress.Security.NonceVerification.Recommended $post_id = isset( $_GET['post'] ) ? sanitize_text_field( $_GET['post'] ) : ''; // phpcs:ignore WordPress.Security.NonceVerification.Recommended if ( $action && $post_id ) { if ( get_post_type( $post_id ) == 'ultp_templates' ) { add_filter( 'et_builder_enable_classic_editor', '__return_false' ); } } } } } add_action( 'init', 'ultp_divi_builder' );
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 divi.php
PHP
2.3 KB
2026-05-08 11:00
EDIT
📄 icon.svg
SVG
427 B
2026-05-08 11:00
EDIT
📄 init.php
PHP
760 B
2026-05-08 11:00
EDIT