芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/public_html/wp-content/plugins/duplicate-post/src/duplicate-post.php
permissions_helper = new Permissions_Helper(); $this->user_interface = new User_Interface( $this->permissions_helper ); $this->post_duplicator = new Post_Duplicator(); $this->handler = new Handler( $this->post_duplicator, $this->permissions_helper ); $this->post_republisher = new Post_Republisher( $this->post_duplicator, $this->permissions_helper ); $this->revisions_migrator = new Revisions_Migrator(); $this->watchers = new Watchers( $this->permissions_helper ); $this->post_republisher->register_hooks(); $this->revisions_migrator->register_hooks(); } }