PHP function for removing plugin in header.php
-
I have a plugin called SliderPRO that I would like displayed on MOST of my pages.
The code in header.php is
<?php echo slider_pro(1, array(“width”=>”100%”, “height”=>350, “effect_type”=>”swipe”)); ?>
What would be the function to hide the slider on specific pages?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP function for removing plugin in header.php’ is closed to new replies.