%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/higroup/1618475457800/wp-content/plugins/metform/base/
Upload File :
Create Path :
Current File : /var/www/html/higroup/1618475457800/wp-content/plugins/metform/base/cpt.php

<?php
namespace MetForm\Base;
defined( 'ABSPATH' ) || exit;

abstract Class Cpt{

    public function __construct() {
        
        $name = $this->get_name();
        $args = $this->post_type();

        add_action('init',function() use($name,$args) {
            register_post_type( $name, $args );
        });  

    }

    public abstract function post_type();

}


Zerion Mini Shell 1.0