Sindbad~EG File Manager

Current Path : /var/www/html/taet.readinessglobal.com/wp-content/plugins/presto-player/inc/
Upload File :
Current File : /var/www/html/taet.readinessglobal.com/wp-content/plugins/presto-player/inc/support.php

<?php

if (!function_exists('presto_player')) :
    function presto_player($id)
    {
        return do_shortcode('[presto_player id=' . $id . ']');
    }
endif;


/**
 * Just in case Ray is not installed 
 * but forgot to remove it.
 */
if(!function_exists('ray')) {
  class Presto_Ray_Dummy_Class {
      function __call($funName, $arguments) {
          return new Presto_Ray_Dummy_Class();
      }

      static function ray(...$args) {
          return new Presto_Ray_Dummy_Class();
      }
      
      function __get($propertyName) {
          return null;
      }

      function __set($property, $value) {
      }
  }

  function ray(...$args) {   
      return Presto_Ray_Dummy_Class::ray(...$args);
  }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists