芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/public_html/wp-content/plugins/duplicate-post/src/watchers/watchers.php
permissions_helper = $permissions_helper; $this->copied_post_watcher = new Copied_Post_Watcher( $this->permissions_helper ); $this->original_post_watcher = new Original_Post_Watcher( $this->permissions_helper ); $this->bulk_actions_watcher = new Bulk_Actions_Watcher(); $this->link_actions_watcher = new Link_Actions_Watcher( $this->permissions_helper ); $this->republished_post_watcher = new Republished_Post_Watcher( $this->permissions_helper ); } }