-
-
Save MrFent/3454e335501d055228f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class DMS_pl_carousel_shortcode extends PL_Shortcode{ | |
function template() { | |
$variable_to_pass = $atts['name']; | |
} | |
function scripts() { | |
$hello = $this->template->variable_to_pass; | |
echo $hello;; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment