| Server IP : 172.67.134.116 / Your IP : 216.73.216.79 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/wp-content/plugins/presto-player/inc/config/ |
Upload File : |
<?php /** * Application configuration file. * * @package PrestoPlayer */ return array( /* |-------------------------------------------------------------------------- | Autoloaded Components |-------------------------------------------------------------------------- | | The component classes listed here will be automatically loaded on the | request to your application. | */ 'components' => array( // Seeder. \PrestoPlayer\Seeds\Seeder::class, // Files. \PrestoPlayer\Files::class, \PrestoPlayer\Attachment::class, // Blocks. \PrestoPlayer\Blocks\SelfHostedBlock::class, \PrestoPlayer\Blocks\YouTubeBlock::class, \PrestoPlayer\Blocks\VimeoBlock::class, \PrestoPlayer\Blocks\ReusableVideoBlock::class, \PrestoPlayer\Blocks\ReusableEditBlock::class, \PrestoPlayer\Blocks\AudioBlock::class, \PrestoPlayer\Blocks\MediaHubBlock::class, \PrestoPlayer\Blocks\PopupBlock::class, \PrestoPlayer\Blocks\PopupTriggerBlock::class, \PrestoPlayer\Blocks\PopupMediaBlock::class, // Block services. \PrestoPlayer\Services\Blocks\YoutubeBlockService::class, \PrestoPlayer\Services\Blocks\VimeoBlockService::class, \PrestoPlayer\Services\Blocks\PopupTriggerService::class, // Integrations. \PrestoPlayer\Integrations\Kadence::class, \PrestoPlayer\Integrations\Divi\Divi::class, \PrestoPlayer\Integrations\Elementor\Elementor::class, \PrestoPlayer\Integrations\BeaverBuilder\BeaverBuilder::class, \PrestoPlayer\Integrations\LearnDash\LearnDash::class, \PrestoPlayer\Integrations\Tutor\Tutor::class, \PrestoPlayer\Integrations\Lifter\Lifter::class, // Services. \PrestoPlayer\Services\NpsSurvey::class, \PrestoPlayer\Services\Migrations::class, \PrestoPlayer\Services\Translation::class, \PrestoPlayer\Services\Player::class, \PrestoPlayer\Services\Shortcodes::class, \PrestoPlayer\Services\Menu::class, \PrestoPlayer\Services\Scripts::class, \PrestoPlayer\Services\Blocks::class, \PrestoPlayer\Services\Settings::class, \PrestoPlayer\Services\VideoPostType::class, \PrestoPlayer\Services\ReusableVideos::class, \PrestoPlayer\Services\AdminNotices::class, \PrestoPlayer\Services\ProCompatibility::class, \PrestoPlayer\Services\Compatibility::class, \PrestoPlayer\Services\AjaxActions::class, // API. \PrestoPlayer\Services\API\RestPresetsController::class, \PrestoPlayer\Services\API\RestAudioPresetsController::class, \PrestoPlayer\Services\API\RestSettingsController::class, \PrestoPlayer\Services\API\RestVideosController::class, ), /* |-------------------------------------------------------------------------- | Autoloaded Pro Components |-------------------------------------------------------------------------- | | The component classes listed here will be automatically loaded | if another plugin adds to this filter | */ 'pro_components' => apply_filters( 'presto_player_pro_components', array() ), );