• Resolved lovemetwotimes

    (@lovemetwotimes)


    Hi,
    I want to translate metabox.io plugin custom fields (input text and input textarea).
    Added these lines to core-config.json
    “admin_html_tags”: {
    “admin_screen_id”: {
    “text”: [
    “$( ‘.rwmb_text’ )” // or should it be “.rmwb_text” ?
    ]
    }
    }
    Custom fields are located on normal page type posts. What should I use as admin_screen_id. Description on WP multilang page is not useful for me. Could you provide more detailed example?

Viewing 1 replies (of 1 total)
  • 1. The plugin metabox not supported.
    2. ‘admin_screen_id’ it is ‘screen_id’ from ‘current_screen’.
    3. You should use css selectors. Not jQuery objects.

Viewing 1 replies (of 1 total)

The topic ‘problem with admin_screen_id’ is closed to new replies.