sakura/app/services/post-comment-service.php

11 lines
137 B
PHP
Raw Normal View History

2021-07-09 18:28:29 +08:00
<?php
namespace Sakura\Services;
class PostCommentService
{
// public function create_comment(){
// wp_insert_comment()
// }
}