File "atec-wpwp-install.php"
Full Path: /home/rubycabfbt/www/wp-content/plugins/wtec-webp/includes/atec-wpwp-install.php
File size: 264 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
defined('ABSPATH') || exit;
use ATEC\TOOLS;
add_action( 'admin_enqueue_scripts', function()
{
TOOLS::reg_style('basicLightbox',__DIR__, 'basicLightbox.min.css', '1.0.0');
TOOLS::reg_script('basicLightbox',__DIR__, 'basicLightbox.min.js', '1.0.0');
});
?>