/** * Register 'custom' post type. * * @since 1.0.0 * @access private */ private function define_cpt_hooks() { if ( class_exists( 'WglPostTypesRegister' ) ) { $plugin_cpt = new WglPostTypesRegister(); $this->loader->add_action( 'after_setup_theme', $plugin_cpt, 'init' ); } } terrador - Palilula.info