Файловый менеджер - Редактировать - /home/kunzqhe/www/wp-content/themes/themify-ultra/themify/themify-builder/includes/plugin-compat/maxgalleriamedialibpro.php
Назад
<?php /** * Builder Plugin Compatibility Code * * @package Themify_Builder * @subpackage Themify_Builder/classes */ /** * Media Library Folders Pro For WordPress * @link https://maxgalleria.com/downloads/media-library-plus-pro/ */ class Themify_Builder_Plugin_Compat_MaxGalleriaMediaLibPro { static function init() { add_filter( 'themify_styles_top_frame', array( __CLASS__, 'MaxGalleriaMediaLibPro_themify_styles_top_frame' ) ); } /** * Fix frontend media picker styles missing with the Media Library Folders Pro plugin * * @return array */ public static function MaxGalleriaMediaLibPro_themify_styles_top_frame( $styles ) { $styles[] = MAXGALLERIA_MEDIA_LIBRARY_PLUGIN_URL . '/js/jstree/themes/default/style.min.css'; $styles[] = MAXGALLERIA_MEDIA_LIBRARY_PLUGIN_URL . '/mlfp-media.css'; $styles[] = MAXGALLERIA_MEDIA_LIBRARY_PLUGIN_URL . '/maxgalleria-media-library.css'; return $styles; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка