File "PlatformSliderBase.php"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderBase.php
File size: 157 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace Nextend\SmartSlider3\Slider\Base;


class PlatformSliderBase {

    public function addCMSFunctions($text) {

        return $text;
    }
}