Skip to content

Instantly share code, notes, and snippets.

@MrFent
Last active March 23, 2016 18:06
Show Gist options
  • Save MrFent/3454e335501d055228f7 to your computer and use it in GitHub Desktop.
Save MrFent/3454e335501d055228f7 to your computer and use it in GitHub Desktop.
<?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