I solved it. It was a priority problem:
The
add_action( 'init' , 'interzero_team_create_cpost_staff', 0);
had a priority of 0, so it was loaded before the translations where available.
ciao
Related Posts:
- Loco Translate: Custom Post and Custom Taxonomy Labels not translated in wp-admin menu
- Rename existing cpt and taxonomy with new textdomain
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Translate a plugin using .po .mo files
- Redesigning Custom Post Type “Add New” page
- How to get a variable number of posts per post type on the main loop?
- __(): What if I have to pass in a variable?
- How Do I Use The WordPress Plugin Posts 2 Posts by Scribu?
- Can’t set proper WooCommerce language translation [closed]
- Why can I not use a class constant as text domain?
- Getting Custom Post Type content from main-site of a Multisite
- Custom database or Custom Post Types?
- Prevent page slug from interfering with custom post type archive permalink?
- Add .html extension to custom post type taxonomies
- How to load a new template page according to a particular URL?
- Twillio How To Send SMS for Custom Post Type
- Custom values are not translated
- How to get the custom page get_permalink?
- Plugin translations problem
- Translate wordpress plugin [closed]
- Themes VS Plugins [duplicate]
- Custom Post Type causes Page Not Found
- Plugin “Meta Box”: Implementing meta boxes in custom post type
- Automatically translating from existing .po and .mo files?
- Prepare plugin options for multi-lingual support
- Plugin allowing for artists, events and venues
- Disable Other Plugins on my Custom Post Type?
- What is the way to ship read-me strings like plugin-strings for internationalization?
- custom taxonomy and custom post type url conflict
- Override plugin text domain in child theme
- Making my plugin translation ready. Poedit not working
- RW Meta Box ,Problem setting post title
- Saving Custom Post types and fields to a custom table
- Building a store locator with google maps
- How to create user groups and allow custom posts and plugin modify/access to specific group?
- How can I create a custom shortcode that will return a custom post type by ID?
- get_post_type on post.php
- How to translate __(”) strings in admin [closed]
- All of my custom posttypes are 404’ing
- ‘No Results Found’ on single post for custom post type
- Keep a post copy when this one is updated – issue
- Making a Template for a CPT created by a plugin
- how to add a button next to the wordpress view button?
- Is there any way to use google input tool or any other language keyboard with WordPress [closed]
- Translation for the plugin using redux framework does not work
- Adding CSS to custom post type admin page causes error
- ACF: post query, hide duplicate values [closed]
- Redirect to another page using contact form 7? [closed]
- Custom setup of wordpress comments that are displayed
- Using Variable in WordPress Translate Functions
- Sticky option for custom post types without using custom fields or plugins
- Adding custom meta boxes to specified custom post type
- How do I make reusable content blocks for header and footer when using WordPress headless with another front-end?
- Plugin translation not working on WordPress.org
- How to translate wordpress error message
- Translate plugin admin interface
- Preview with Custom Post Type Not Working
- How can I store data from custom fields to custom tables?
- 2 wordpress site same database
- How to Include Custom Post Content From Plugin
- What hook can I use to modify custom post data before it is displayed on the page?
- Creating teams of users in WordPress
- Custom Post Type template for homepage
- hardcoded wp pages/plugins problems
- Best method of implementing compartmentalized custom post types on a multi-site network
- Translation for a text that is not printed on the screen
- Need to edit author permissions | custom taxonomy
- How to search post titles with whole words only, but not the exact word only?
- Remove custom taxonomy name from the slug – Custom Post Type UI
- How to display emails as a post?
- Use localized plugin name and description even when the plugin is disabled
- Register PODS Custom Field with WPGraphQL [closed]
- How can I change a translation for a string in a plugin?
- Adding custom post category to categories widget
- Custom Post Type with Sequence ID
- How to arrange custom posts in the backend/admin by custom taxonomy
- Adding LOAD MORE on a page
- custom post type get_posts() function not work
- Create multiple posts when a custom post is created
- how to convert frontpage.php to dynamic page?
- translate wordpress website from english to arabic
- Cannot view Custom Post Type no matter what I try
- Creating custom “player-objects”
- wordpress plugin translation not working
- Plugin: Translated plugin is “not translated”
- Hide some portion on single.php base on author
- Displaying image from a repeatable group
- get recent 12 days post then random in wordpress
- Custom Post type plugin breaking the front page shows dashboard?
- What method should I use for a sidebar widget that reads latest posts?
- How can i do custom author list?
- How to list the categories by custom taxonomy created?
- Is a custom post type considred a plugin?
- Apostrophes replaced by '
- Looking for a plugins for organization portal (Staff, Units, Departments)? [closed]
- Links not opening as they should. Custom WP plugin
- How to export post tags from wordpress
- How to access the page without registering in wordpress
- CPT template is not being automatically used single post pages
- How to provide page_template path in custom plugin using WordPress