changed the

This commit is contained in:
2026-01-29 21:16:24 +01:00
parent 7fd99aebbc
commit f85ce179fc
2 changed files with 4 additions and 4 deletions

View File

@@ -178,7 +178,7 @@ class Partnerexpo_Core {
private function define_cpts() {
$args = array(
'labels' => array(
'name' => 'partners',
'name' => 'pexpo_partners',
'singular_name' => __('Partner', 'partnerexpo-core'),
'menu_name' => __('Partnerek', 'partnerexpo-core'),
'add_new' => __('Új partner hozzáadása', 'partnerexpo-core'),
@@ -194,7 +194,7 @@ class Partnerexpo_Core {
'supports' => array( 'title', 'thumbnail', 'excerpt' ),
);
register_post_type( 'partners', $args );
register_post_type( 'pexpo_partners', $args );
}