HEX
Server: LiteSpeed
System: Linux pulsar191.sitesanctuary.org 5.14.0-284.30.1.el9.tuxcare.els9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 10 17:34:05 UTC 2025 x86_64
User: lgooir (1604)
PHP: 8.1.32
Disabled: exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/lgooir/www/wp-content/themes/woodmart/inc/configs/fb-types.php
<?php if ( ! defined( 'WOODMART_THEME_DIR' ) ) {
	exit( 'No direct script access allowed' );}

/**
 * -------------------------------------------------------------------------------
 * Floating block types
 * -----------------------------------------------------------------------------
 */

return array(
	'popup'          => array(
		'post_type'   => 'wd_popup',
		'label'       => esc_html__( 'Popup', 'woodmart' ),
		'ajax_action' => 'wd_popup_create',
		'prefix'      => 'wd_popup_',
		'options'     => array(
			'version',
			'close_by_selector',
			'animation',
			'close_btn',
			'close_btn_display',
			'hide_popup',
			'hide_popup_tablet',
			'hide_popup_mobile',
			'enable_page_scrolling',
			'close_by_overlay',
			'close_by_esc',
			'persistent_close',
		),
		'create_form' => array(
			'label_text'       => esc_html__( 'Predefined popups', 'woodmart' ),
			'name_label'       => esc_html__( 'Popup name', 'woodmart' ),
			'name_placeholder' => esc_html__( 'Enter popup name', 'woodmart' ),
			'default_name'     => esc_html__( 'Popup', 'woodmart' ),
			'submit_text'      => esc_html__( 'Create popup', 'woodmart' ),
			'templates_label'  => esc_html__( 'Popup templates', 'woodmart' ),
			'preview_alt'      => esc_html__( 'Popup preview', 'woodmart' ),
		),
		'templates'   => array(
			'promotion'    => array(
				'title'   => esc_html__( 'Promotion', 'woodmart' ),
				'layouts' => array(
					'layout-1' => array(
						'title' => esc_html__( 'Simple', 'woodmart' ),
					),
					'layout-2' => array(
						'title' => esc_html__( 'Simple2', 'woodmart' ),
					),
					'layout-3' => array(
						'title' => esc_html__( 'Simple3', 'woodmart' ),
					),
					'layout-4' => array(
						'title' => esc_html__( 'Simple4', 'woodmart' ),
					),
					'layout-5' => array(
						'title' => esc_html__( 'Simple5', 'woodmart' ),
					),
					'layout-6' => array(
						'title' => esc_html__( 'Simple6', 'woodmart' ),
					),
				),
			),
			'newsletter'   => array(
				'title'   => esc_html__( 'Newsletter', 'woodmart' ),
				'layouts' => array(
					'layout-1' => array(
						'title' => esc_html__( 'Simple', 'woodmart' ),
					),
					'layout-2' => array(
						'title' => esc_html__( 'Simple2', 'woodmart' ),
					),
					'layout-3' => array(
						'title' => esc_html__( 'Simple3', 'woodmart' ),
					),
					'layout-4' => array(
						'title' => esc_html__( 'Simple4', 'woodmart' ),
					),
					'layout-5' => array(
						'title' => esc_html__( 'Simple5', 'woodmart' ),
					),
					'layout-6' => array(
						'title' => esc_html__( 'Simple6', 'woodmart' ),
					),
				),
			),
			'contact_form' => array(
				'title'   => esc_html__( 'Contact Form', 'woodmart' ),
				'layouts' => array(
					'layout-1' => array(
						'title' => esc_html__( 'Simple', 'woodmart' ),
					),
					'layout-2' => array(
						'title' => esc_html__( 'Simple2', 'woodmart' ),
					),
					'layout-3' => array(
						'title' => esc_html__( 'Simple3', 'woodmart' ),
					),
					'layout-4' => array(
						'title' => esc_html__( 'Simple4', 'woodmart' ),
					),
					'layout-5' => array(
						'title' => esc_html__( 'Simple5', 'woodmart' ),
					),
				),
			),
			'exit_intent'  => array(
				'title'   => esc_html__( 'Exit Intent', 'woodmart' ),
				'layouts' => array(
					'layout-1' => array(
						'title' => esc_html__( 'Simple', 'woodmart' ),
					),
					'layout-2' => array(
						'title' => esc_html__( 'Simple2', 'woodmart' ),
					),
					'layout-3' => array(
						'title' => esc_html__( 'Simple3', 'woodmart' ),
					),
					'layout-4' => array(
						'title' => esc_html__( 'Simple4', 'woodmart' ),
					),
					'layout-5' => array(
						'title' => esc_html__( 'Simple5', 'woodmart' ),
					),
					'layout-6' => array(
						'title' => esc_html__( 'Simple6', 'woodmart' ),
					),
				),
			),
			'information'  => array(
				'title'   => esc_html__( 'Information', 'woodmart' ),
				'layouts' => array(
					'layout-1' => array(
						'title' => esc_html__( 'Simple', 'woodmart' ),
					),
					'layout-2' => array(
						'title' => esc_html__( 'Simple2', 'woodmart' ),
					),
					'layout-3' => array(
						'title' => esc_html__( 'Simple3', 'woodmart' ),
					),
					'layout-4' => array(
						'title' => esc_html__( 'Simple4', 'woodmart' ),
					),
					'layout-5' => array(
						'title' => esc_html__( 'Simple5', 'woodmart' ),
					),
					'layout-6' => array(
						'title' => esc_html__( 'Simple6', 'woodmart' ),
					),
				),
			),
		),
	),

	'floating-block' => array(
		'post_type'   => 'wd_floating_block',
		'label'       => esc_html__( 'Floating Block', 'woodmart' ),
		'ajax_action' => 'wd_floating_block_create',
		'prefix'      => 'wd_fb_',
		'options'     => array(
			'version',
			'close_by_selector',
			'persistent_close',
		),
		'create_form' => array(
			'label_text'       => esc_html__( 'Predefined floating blocks', 'woodmart' ),
			'name_label'       => esc_html__( 'Floating block name', 'woodmart' ),
			'name_placeholder' => esc_html__( 'Enter floating block name', 'woodmart' ),
			'default_name'     => esc_html__( 'Floating block', 'woodmart' ),
			'submit_text'      => esc_html__( 'Create floating block', 'woodmart' ),
			'templates_label'  => esc_html__( 'Floating blocks templates', 'woodmart' ),
			'preview_alt'      => esc_html__( 'Floating block preview', 'woodmart' ),
		),
		'templates'   => array(
			'button' => array(
				'title'   => esc_html__( 'Button', 'woodmart' ),
				'layouts' => array(
					'layout-1' => array(
						'title' => esc_html__( 'Simple', 'woodmart' ),
					),
					'layout-2' => array(
						'title' => esc_html__( 'Simple2', 'woodmart' ),
					),
					'layout-3' => array(
						'title' => esc_html__( 'Simple3', 'woodmart' ),
					),
					'layout-4' => array(
						'title' => esc_html__( 'Simple4', 'woodmart' ),
					),
					'layout-5' => array(
						'title' => esc_html__( 'Simple5', 'woodmart' ),
					),
					'layout-6' => array(
						'title' => esc_html__( 'Simple6', 'woodmart' ),
					),
				),
			),
			'banner' => array(
				'title'   => esc_html__( 'Banner', 'woodmart' ),
				'layouts' => array(
					'layout-1' => array(
						'title' => esc_html__( 'Simple', 'woodmart' ),
					),
					'layout-2' => array(
						'title' => esc_html__( 'Simple2', 'woodmart' ),
					),
					'layout-3' => array(
						'title' => esc_html__( 'Simple3', 'woodmart' ),
					),
					'layout-4' => array(
						'title' => esc_html__( 'Simple4', 'woodmart' ),
					),
					'layout-5' => array(
						'title' => esc_html__( 'Simple5', 'woodmart' ),
					),
					'layout-6' => array(
						'title' => esc_html__( 'Simple6', 'woodmart' ),
					),
				),
			),
			'bar'    => array(
				'title'   => esc_html__( 'Bar', 'woodmart' ),
				'layouts' => array(
					'layout-1' => array(
						'title' => esc_html__( 'Simple', 'woodmart' ),
					),
					'layout-2' => array(
						'title' => esc_html__( 'Simple2', 'woodmart' ),
					),
					'layout-3' => array(
						'title' => esc_html__( 'Simple3', 'woodmart' ),
					),
					'layout-4' => array(
						'title' => esc_html__( 'Simple4', 'woodmart' ),
					),
					'layout-5' => array(
						'title' => esc_html__( 'Simple5', 'woodmart' ),
					),
					'layout-6' => array(
						'title' => esc_html__( 'Simple6', 'woodmart' ),
					),
				),
			),
		),
	),
);