uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
stackable-ultimate-gutenberg-blocks
/
src
/
lightbox
/
.
/
index.php
/
/
<?php /** * Loads the lightbox scripts and styles that will make the lightbox work in the * frontend. */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! function_exists( 'stackable_load_lightbox_frontend_script' ) ) { function stackable_load_lightbox_frontend_script( $block_content, $block ) { if ( strpos( $block_content, 'stk--has-lightbox' ) !== false ) { wp_enqueue_script( 'stk-frontend-image-lightbox', plugins_url( 'dist/frontend_image_lightbox.js', STACKABLE_FILE ), array(), STACKABLE_VERSION, true ); wp_enqueue_style( 'stk-frontend-image-lightbox', plugins_url( 'dist/frontend_image_lightbox.css', STACKABLE_FILE ), array(), STACKABLE_VERSION ); // Only do this once. remove_action( 'stackable/enqueue_scripts', 'stackable_load_lightbox_frontend_script', 10 ); } } if ( ! is_admin() ) { add_action( 'stackable/enqueue_scripts', 'stackable_load_lightbox_frontend_script', 10, 2 ); } }
/home/batcwwjx/www/wp-content/plugins/stackable-ultimate-gutenberg-blocks/src/lightbox/./index.php