Viewing 1 replies (of 1 total)
  • Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    When you use our Status column without showing icons, the label for the post status is fetched from the global variable $wp_post_statuses like this:

    $wp_post_statuses[ $status ]->label

    Depending on how the data is populated you should be able to use the global translation string. So for publish, I the following code is used:

    __( 'Publish' )

    So without a textdomain.

Viewing 1 replies (of 1 total)
  • The topic ‘Change status text from Published to Saved’ is closed to new replies.