/
home
/
techb158
/
balacoffee.com
/
wp-content
/
plugins
/
polylang-pro-1
/
integrations
/
divi
/
/home/techb158/balacoffee.com/wp-content/plugins/polylang-pro-1/integrations/divi
mkdir
upload
Name
Size
Mode
Actions
divi-builder.php
1118
0644
edit
dl
rm
load.php
319
0644
edit
dl
rm
Edit:
/home/techb158/balacoffee.com/wp-content/plugins/polylang-pro-1/integrations/divi/load.php
(319B)
<?php /** * @package Polylang-Pro */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly. }; add_action( 'plugins_loaded', function() { if ( ( 'Divi' === get_template() || defined( 'ET_BUILDER_PLUGIN_VERSION' ) ) ) { PLL_Integrations::instance()->divi_builder = new PLL_Divi_Builder(); } } );
Save
cmd:
run