@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
wp-content
/
plugins
/
elementor
/
core
/
document-types
/
Path :
Upload File :
New :
File
Dir
/var/www/html/wp-content/plugins/elementor/core/document-types/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; return $properties; } /** * @access public */ public function get_name() { return 'wp-post'; } /** * @access public * @static */ public static function get_title() { return __( 'Post', 'elementor' ); } }