* @version 1.0 */ namespace THINKAIPLUGIN\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 THINKAIPLUGIN/Abstracts * @category Abstract Class * @author Wptech */ abstract class Metabox { }