403Webshell
Server IP : 77.39.210.126  /  Your IP : 216.73.216.203
Web Server : Apache
System : Linux v00l0v-vmpcnews.sphostserver.com 4.18.0-553.124.4.el8_10.x86_64 #1 SMP Fri May 15 04:14:14 EDT 2026 x86_64
User : artecasarepresti ( 1022)
PHP Version : 7.4.33
Disable Function : dl,passthru,proc_open,proc_close,proc_terminate,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/artecasarepresti/www/wp-content/plugins/fusion-builder/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/artecasarepresti/www/wp-content/plugins/fusion-builder/inc/templates.php
<?php
/**
 * Fusion Builder underscore.js templates.
 *
 * @package fusion-builder
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Adds the pagebuilder metabox.
 */
function fusion_pagebuilder_meta_box() {

	global $post;

	// Add RTL CSS class.
	$rtl_class = ( is_rtl() ) ? 'fusion-builder-layout-rtl' : '';

	do_action( 'fusion_builder_before' );

	wp_nonce_field( 'fusion_builder_template', 'fusion_builder_nonce' );

	// Custom CSS.
	$saved_custom_css = esc_attr( get_post_meta( $post->ID, '_fusion_builder_custom_css', true ) );
	$has_custom_css   = ( ! empty( $saved_custom_css ) ) ? 'fusion-builder-has-custom-css' : '';
	?>

	<div id="fusion_builder_main_container" class="<?php echo esc_attr( $rtl_class ); ?>" data-post-id="<?php echo esc_attr( $post->ID ); ?>"></div>
	<?php
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/app.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/multi-element-sortable-child.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/blank-page.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/container.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/row.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/nested-row.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/modal.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/column.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/nested-column.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/nested-column-library.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/column-library.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/element-library.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/generator-elements.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/element.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/element-settings.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/next-page.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/context-menu.php';
	include FUSION_BUILDER_PLUGIN_DIR . '/inc/templates/dynamic-selection.php';
	include FUSION_LIBRARY_PATH . '/inc/fusion-app/templates/repeater-fields.php';
	do_action( 'fusion_builder_after' );
}

Youez - 2016 - github.com/yon3zu
LinuXploit