minor: Emplacement => Lieu
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m0s

This commit is contained in:
2025-09-15 12:54:16 -04:00
parent 0fc62d25c3
commit e05083a0ad
4 changed files with 36 additions and 36 deletions

View File

@@ -45,7 +45,7 @@ function ccat_location_register_post_type() {
'supports' => array( 'title', 'thumbnail', 'excerpt', 'revisions' ),
'has_archive' => false,
'rewrite' => array(
'slug' => 'emplacement',
'slug' => 'lieu',
'with_front' => false,
),