Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     add_filter("{$this->namespace}_get_slides", array(&$this, "slidedeck_get_slides"), 11, 2);
     add_filter("{$this->namespace}_horizontal_spine_title", array(&$this, "slidedeck_horizontal_spine_title"), 11, 3);
     add_filter("{$this->namespace}_footer_styles", array(&$this, "slidedeck_lens_styles"), 21, 2);
     add_filter("{$this->namespace}_horizontal_spine_classes", array(&$this, "slidedeck_spine_classes"), 21, 3);
     add_filter("{$this->namespace}_horizontal_spine_styles", array(&$this, "slidedeck_spine_styles"), 21, 3);
     add_action("{$this->namespace}_custom_slide_editor_form", array(&$this, "slidedeck_custom_slide_editor_form"), 15, 2);
     add_action("{$this->namespace}_update_slide", array(&$this, 'slidedeck_update_slide'), 10, 2);
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
     add_filter("{$this->namespace}_get_slides", array(&$this, "slidedeck_get_slides"), 11, 2);
     add_action("{$this->namespace}_setup_options_bottom", array(&$this, 'slidedeck_setup_options_bottom'));
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct();
     add_filter("{$this->namespace}_get_slides", array(&$this, "slidedeck_get_slides"), 11, 2);
 }