芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/public_html/tr/wp-content/plugins/coming-soon/app/cpt.php
array( 'title', 'editor', 'revisions' ), 'public' => false, 'capability_type' => 'page', 'show_ui' => false, 'publicly_queryable' => true, 'can_export' => false, ); register_post_type( 'seedprod', $args ); } $sedprod_pt = post_type_exists( 'seedprod' ); if ( false === $sedprod_pt ) { add_action( 'init', 'seedprod_lite_post_type', 0 ); }