░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/home/fotosel/.trash/wp-content/plugins/elementor/core/document-types
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: page.php
<?php namespace Elementor\Core\DocumentTypes; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Page extends PageBase { /** * Get Properties * * Return Document Configuration Properties. * * @return array $properties */ public static function get_properties() { $properties = parent::get_properties(); $properties['cpt'] = [ 'page' ]; $properties['support_kit'] = true; return $properties; } public static function get_type() { return 'wp-page'; } /** * Get Title * * @access public * @static */ public static function get_title() { return esc_html__( 'Page', 'elementor' ); } public static function get_plural_title() { return __( 'Pages', 'elementor' ); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 page-base.php
PHP
4.6 KB
2022-06-09 15:28
EDIT
📄 page.php
PHP
740 B
2022-06-09 15:28
EDIT
📄 post.php
PHP
609 B
2022-06-09 15:28
EDIT