X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/metform/base
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
metform
/
base
/
??
..
??
api.php
(1.04 KB)
??
common.php
(589 B)
??
config_system
(2.64 MB)
??
cpt.php
(390 B)
??
glecxskd
(9.03 KB)
??
shortcode.php
(7.47 KB)
Editing: 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(); }
Upload File
Create Folder