芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wp-statistics/src/Decorators/ResourceDecorator.php
postId = $postId; } public function getId() { return $this->postId; } public function getTitle() { return get_the_title($this->postId); } public function getUrl() { return get_the_permalink($this->postId); } public function getPostType() { return get_post_type($this->postId); } }