Skip to content

Instantly share code, notes, and snippets.

@asifpix
Last active September 12, 2018 05:31
Show Gist options
  • Save asifpix/acabcac5157bc47183026ce950474423 to your computer and use it in GitHub Desktop.
Save asifpix/acabcac5157bc47183026ce950474423 to your computer and use it in GitHub Desktop.
SPPB Addon
class SppagebuilderAddonSpecialDishes extends SppagebuilderAddons {
public function render() {
$output = 'asif';
return $output;
}
public static function getTemplate(){
}
}
file path
//root/template/templatename/sppagebuilder/addons/special_dishes/site.php
admin.php
https://gist.github.com/asifpix/598d3289c84642491c58e2506f240588
front-end output
https://d.pr/free/i/eBzaKp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment