[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor-pro
/
core
/
isolation
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 wordpress-adapter-interface.php
405 B
SET
[ EDIT ]
|
[ DEL ]
📄 wordpress-adapter.php
703 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: wordpress-adapter-interface.php
<?php namespace ElementorPro\Core\Isolation; interface Wordpress_Adapter_Interface { public function has_post_thumbnail(); public function get_comments_number(); public function is_author( $author = ''): bool; public function wp_get_attachment_caption( $attachment_id ): string; public function get_the_title( $post_id ): string; public function current_user_can( $capability, ...$args ): bool; }