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
- How to make a page setting translatable in theme?
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Translate a plugin using .po .mo files
- Implementing a CrunchBase.com Clone using WordPress?
- Custom media upload content for inserting custom post shortcode
- How to share category taxonomy with custom post type (The Event Calendar plugin)
- Is it possible to define a template for a custom post type within a plugin independent of the active theme?
- [Plugin WPML] : How to create a translation of a post using the WPML API?
- WP_query parameters for date range
- Use a plugin to handle custom post types?
- Force Plugin to English Translation
- Overwrite textdomain of plugins by default – Lost Translation
- What is the purpose of adding a .po file?
- Register Custom Post Type from Plugin
- Updating post meta for custom post types
- Template for custom post type shows all posts instead of just one
- Suggestions for i18n plugin [closed]
- Language Translation is not working?
- Frontend editing, Frontend user dashboard
- Override plugin with functions.php
- Should i delete the posts created by a plugin on uninstall?
- Read text defined under __()
- How does WP handle multiple matching rewrite rules?
- Is it possible to use WordPress as an online portfolio for text content? What kind of theme would I look for?
- How to make wp_enqueue_style and wp_enqueue_script work only on custom post type
- Internationalization autocomplete JS variable
- Correct way to make meta box with more than one meta field secure
- I want to extend the current themes’ single.php to display the meta fields of my CPT
- Use translated taxonomy labels in plugin
- more types plugin – display all post of post type on page
- When using Simple Fields plugin, how do I pull the information out of the database to display on a page?
- auto populate list of questions if user select a category xyz
- How to merge two .PO language files?
- Unable to delete custom post types, confusion around capabilities
- What is the best way for showing a grid of customer logos?
- Custom Post Type Fields
- How to delete all trashed item in one-go
- How can I use a file in my plugin as a replacement for single.php on custom-post-type query?
- custom post type don’t appear in the home page
- Edit Permalink Structure For Custom Post Type or Modify .htaccess?
- How to set category correctly for a custom post created by a remote API call?
- How to use template_include hook with form submission?
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- Translation issue with global variables
- How to ignore extra whitespaces in translation functions like _e?
- How does translation (gettext) work for translating config file of plugin?
- Plugin not properly prepared for localization
- Override translation of 1 word
- Price comparison table based on Custom Post Type?
- How can I list custom post type categories of portfolio
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- Custom Template for wordpress cpt plugin
- “Allowed memory size” problem [closed]
- “After file loaded” action
- I’m looking for a visual composer / builder plugin that supports RTL
- Custom Post Type, Custom Columns List
- How to create repeater field manually, without plugin (ACF Pro)?
- how to create hierachial taxonomy and manage under single post type?
- need click to clipboard button on my site
- Setting Author on CPT
- Check if theme supports sidebar
- Custom Post Type same name as Category
- Adding category base to url in custom post giving 404?
- How to display the custom post related blog by category?
- Undefined index: custom_post_template_present
- Problem with checked box on wp car manager plugin
- WordPress hide post from custom post-type on a single page
- How to translate wordpress blog to other languages?
- $wpdb->insert not working inside save_post tag
- Securing langugae folder
- Page not found after creating the add new post slider using custom post type
- Suspect incomplete .pot file – what to do?
- I dont know why my localization is not working
- Translation plugin with default language?
- Plugin Translation project not found
- Locale changed but plugin still showing default language
- Array to string conversion error when trying to POST multidimensional array
- Creating themes using the one Plugin (Toolkit)
- How to add jquery to my custom post type wp plugin
- WordPress list child pages of custom post type
- WordPress custom posttype meta values doesnot save
- Assigning a custom post type to a custom page
- making a glossary with wordpress
- Create custom fields on a post
- Google Language Translator – Manage Translation
- Synch Custom Post Types (and Custom Fields, Cats, etc.) Between WordPress Sites
- get_option include in my adsense
- How can I default a new post to being saved?
- Is an Office a custom post type [closed]
- Change the behaviour of archive cpt category and single cpt by plugin, not by theme
- A plugin for software reviews site like this one?
- Display Custom Post Type and Custom Taxonomy Data on Front End Using Only a Plugin
- WordPress show different custom post type
- plugin translations not reflected in admin dashboard
- Links not opening as they should. Custom WP plugin
- Remove H1 title in admin post edit screen
- How to include Font Awesome icons into ‘menu_icon’ from register_post_type() function – wp admin?
- How do I know if an archive correspond to a custom post type taxonomy?