/home/techb158/balacoffee.com/wp-content/plugins/coming-soon/app
NameSizeModeActions
backwards/-0755rm
includes/-0755rm
bootstrap.php190410644editdlrm
class-seedprod-notifications.php98150644editdlrm
cpt.php10860644editdlrm
functions-addons.php183100644editdlrm
functions-envira-gallaries.php7140644editdlrm
functions-inline-help.php54730644editdlrm
functions-mypaykit.php20140644editdlrm
functions-openai.php169270644editdlrm
functions-rafflepress.php19040644editdlrm
functions-seedprod-gallery.php70644editdlrm
functions-utils.php2694250644editdlrm
functions-wpforms.php16360644editdlrm
import-cross-site-functions.php33950644editdlrm
license.php57600644editdlrm
load_controller.php17550644editdlrm
lpage.php361020644editdlrm
nestednavmenu.php52330644editdlrm
render-csp-mm.php103180644editdlrm
render-dynamic-tags.php268780644editdlrm
render-lp.php12880644editdlrm
routes.php58720644editdlrm
settings.php62130644editdlrm
setup-wizard.php120990644editdlrm
subscriber.php70644editdlrm
theme-templates.php411950644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/coming-soon/app/cpt.php (1086B)
array( 'title', 'editor', 'revisions' ), 'public' => false, 'capability_type' => 'page', 'show_ui' => $show_ui, 'show_in_menu' => $show_in_menu, // Hide from admin menu 'show_in_rest' => $show_ui, // Enable Gutenberg editor '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 ); } /** * Add custom rewrite rules for special SeedProd pages */ function seedprod_lite_custom_rewrite_rules() { // Add rewrite rule for login page. add_rewrite_rule( '^sp-login/?$', 'index.php?post_type=seedprod&name=sp-login', 'top' ); } add_action( 'init', 'seedprod_lite_custom_rewrite_rules' );