HEX
Server: Apache
System: Linux p3plzcpnl505785.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xuvi7odgswsg (6947073)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //home/xuvi7odgswsg/www/wp-content/plugins/beaver-builder-lite-version/includes/module-content.php
<?php

ob_start();

if ( has_filter( 'fl_builder_module_frontend_custom_' . $module->slug ) ) {
	echo apply_filters( 'fl_builder_module_frontend_custom_' . $module->slug, (array) $module->settings, $module );
} else {
	include apply_filters( 'fl_builder_module_frontend_file', $module->path( 'includes/frontend.php' ), $module );
}

$out = ob_get_clean();

echo apply_filters( 'fl_builder_render_module_content', $out, $module );