芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/metform/base/cpt.php
get_name(); $args = $this->post_type(); add_action('init',function() use($name,$args) { register_post_type( $name, $args ); }); } public abstract function post_type(); }