problem with admin_screen_id
-
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)
Viewing 1 replies (of 1 total)
The topic ‘problem with admin_screen_id’ is closed to new replies.