░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/home/fotosel/.trash/wp-content/plugins/elementor/core/dynamic-tags
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
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
3.9 KB
2022-06-09 15:28
EDIT
📄 data-tag.php
PHP
755 B
2022-06-09 15:28
EDIT
📄 dynamic-css.php
PHP
2.9 KB
2022-06-09 15:28
EDIT
📄 manager.php
PHP
11.1 KB
2022-06-09 15:28
EDIT
📄 tag.php
PHP
2.1 KB
2022-06-09 15:28
EDIT