Forums
Forums / Plugin: Master Slider - Responsive Touch Slider / Suggest for shortcode
(@vikramkibs)
10 years, 1 month ago
The shortcode for masterslider is often on the lines of
<?php masterslider(1); ?>
Instead please make it like <?php if(function_exists('masterslider')) {masterslider(1); }; ?>
<?php if(function_exists('masterslider')) {masterslider(1); }; ?>
This will avoid the error, we encounter while debugging.
Thanks
https://ww.wp.xz.cn/plugins/master-slider/
The topic ‘Suggest for shortcode’ is closed to new replies.