Submit
Path:
~
/
home
/
getwphos
/
public_html
/
nyspoolsli
/
wp-content
/
plugins
/
poolix-plugin
/
inc
/
abstracts
/
File Content:
class-metabox-abstract.php
<?php /** * Abstract class for register post type * * @package WordPress * @subpackage Student2 Plugin * @author Shahbaz Ahmed <shahbazahmed9@hotmail.com> * @version 1.0 */ namespace POOLIXPLUGIN\Inc\Abstracts; if ( ! function_exists( 'add_action' ) ) { exit; } /** * Abstract Post Type * Implemented by classes using the same CRUD(s) pattern. * * @version 2.6.0 * @package POOLIXPLUGIN/Abstracts * @category Abstract Class * @author Wptech */ abstract class Metabox { }
Submit
FILE
FOLDER
Name
Size
Permission
Action
class-metabox-abstract.php
535 bytes
0644
class-post-type-abstract.php
6196 bytes
0644
class-taxonomy-abstract.php
4361 bytes
0644
N4ST4R_ID | Naxtarrr