PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home2/medicu/.trash/pro-elements.4/core/isolation/ |
| Server: Linux tista.bd.svlogins.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 IP: 103.159.37.114 |
| Dir : /home2/medicu/.trash/pro-elements.4/core/isolation/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;
}