┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor/core/dynamic-tags
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: data-tag.php
<?php namespace Elementor\Core\DynamicTags; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Elementor base data tag. * * An abstract class to register new Elementor data tags. * * @since 2.0.0 * @abstract */ abstract class Data_Tag extends Base_Tag { /** * @since 2.0.0 * @access protected * @abstract * * @param array $options */ abstract protected function get_value( array $options = [] ); /** * @since 2.0.0 * @access public */ final public function get_content_type() { return 'plain'; } /** * @since 2.0.0 * @access public * * @param array $options * * @return mixed */ public function get_content( array $options = [] ) { return $this->get_value( $options ); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 base-tag.php
PHP
4 KB
2026-05-05 06:08
EDIT
📄 data-tag.php
PHP
755 B
2026-05-05 06:08
EDIT
📄 dynamic-css.php
PHP
3 KB
2026-05-05 06:08
EDIT
📄 manager.php
PHP
12.1 KB
2026-05-05 06:08
EDIT
📄 tag.php
PHP
2.2 KB
2026-05-05 06:08
EDIT