Viewing 1 reply thread
  • Author
    Posts
    • #8722

      In the demo, there are often references to ‘piklist-demo’ such as:

      ,’label’ => __(‘Text’, ‘piklist-demo’)

      Is this the name of the plugin or post-type?

    • #8724
      Steve
      Keymaster

      ‘piklist-demo’ is the name of the plugin. It’s used if you want your plugin or theme to be translatable into another language. You can learn more here >

      If this is for an internal project, and you won’t need translations, then you can use:
      ,'label' => 'Text'

Viewing 1 reply thread
  • You must be logged in to reply to this topic.