Файловый менеджер - Редактировать - /home/goldin10/public_html/getoutyourbox.com/wp-content/themes/morpheus/functions/MorpheusShortcodeVideo.php
Error occurred
Назад
<?php /** * Created by JetBrains PhpStorm. * User: sQrt121 * Date: 9/16/13 * Time: 2:36 PM * To change this template use File | Settings | File Templates. */ include_once( 'MorpheusShortCodeScriptLoader.php' ); class MorpheusShortcodeVideo extends MorpheusShortCodeScriptLoader { static $addedAlready = false; public function handleShortcode( $atts, $content = null ) { extract( shortcode_atts( array( 'lightbox' => 'no', 'class' => '' ), $atts ) ); $lightbox = ( $lightbox == 'yes' ) ? 'coll-lightbox-on' : ''; $class .= 'coll-video-wrap js-coll-video ' . $lightbox; $output = ''; $output .= '<div class="' . $class . '">'; $output .= $content; $output .= '</div>'; return $output; } public function addScript() { if ( ! self::$addedAlready ) { self::$addedAlready = true; } } } $sc = new MorpheusShortcodeVideo(); $sc->register( 'coll_video' );
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка