░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/home/fotosel/.trash/wp-content/plugins/elementor/core/document-types
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: post.php
<?php namespace Elementor\Core\DocumentTypes; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Post extends PageBase { public static function get_properties() { $properties = parent::get_properties(); $properties['support_kit'] = true; $properties['cpt'] = [ 'post' ]; return $properties; } public static function get_type() { return 'wp-post'; } /** * @access public * @static */ public static function get_title() { return esc_html__( 'Post', 'elementor' ); } public static function get_plural_title() { return __( 'Posts', '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