芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Entities/WpPostEntity.php
id; } public function getPostTitle(): string { return $this->postTitle; } /** * We don't use typehint for now because doctrine cache generator would fail as it doesn't know the class. * @return \WP_Post|null */ public function getWpPostInstance() { $post = \WP_Post::get_instance($this->id); return $post ?: null; } }