Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created February 14, 2017 12:40
Show Gist options
  • Save jwohlfeil/eb921dc1145954951a6943eb30f795b2 to your computer and use it in GitHub Desktop.
Save jwohlfeil/eb921dc1145954951a6943eb30f795b2 to your computer and use it in GitHub Desktop.
<?php
$filter = new Mage_Widget_Model_Template_Filter();
$_widget = $filter->filter('{{widget type="homeslider/sliderid" slider_id="1"}}');
echo $_widget;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment