%PDF- %PDF-
Direktori : /var/www/html/itworks/wp-content/plugins/learnpress/templates/global/ |
Current File : /var/www/html/itworks/wp-content/plugins/learnpress/templates/global/scripts.php |
<?php /** * Template for add script. * * This template can be overridden by copying it to yourtheme/learnpress/global/script.php. * * @author ThimPress * @package Learnpress/Templates * @version 3.0.0 */ /** * Prevent loading this file directly */ defined( 'ABSPATH' ) || exit(); ?> <script type="text/javascript"> jQuery(function ($) { <?php echo $code;?> }); </script>