Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/ova-framework/inc/class-shortcode.php
Назад
<?php if (!defined( 'ABSPATH' )) exit; if( !class_exists('Tripgo_Shortcode') ){ class Tripgo_Shortcode { public function __construct() { add_shortcode( 'tripgo-elementor-template', array( $this, 'tripgo_elementor_template' ) ); } public function tripgo_elementor_template( $atts ){ $atts = extract( shortcode_atts( array( 'id' => '', ), $atts) ); $args = array( 'id' => $id ); if( did_action( 'elementor/loaded' ) ){ return Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $id ); } return; } } } return new Tripgo_Shortcode();
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка