Kolekcionarstvo za sve: Otaku kultura i popularnost figura širom sveta
Može se primetiti da je u poslednje vreme popularnost kolekcionarskih figura sve veća. (više…)
/** * 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' ); } }