We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button to open editor do not display "Open editor" and also it is simply a '#'. do not open editor.
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there) 2.4.0-beta.2
theme_mods
myprefix_option::add_config( 'myprefix_config', array( 'capability' => 'edit_theme_options', 'option_type' => 'theme_mod', ) ); myprefix_option::add_field( 'myprefix_config', array( 'type' => 'editor', 'settings' => 'copyright_left', 'label' => esc_attr__( 'Copyright Left Content', 'txtdomn' ), 'section' => 'copyright_options', 'default' => '<p>' . __( '© Copyright text.', 'txtdomn' ) . '</p>', 'priority' => 10, 'transport' => 'postMessage', 'js_vars' => array( array( 'element' => '.copyright-customize', 'function' => 'html', ), ), ) );
The text was updated successfully, but these errors were encountered:
fixed in develop branch
Sorry, something went wrong.
No branches or pull requests
Issue description:
Button to open editor do not display "Open editor" and also it is simply a '#'. do not open editor.
Version used:
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)
2.4.0-beta.2
Using theme_mods or options?
theme_mods
Code to reproduce the issue (config + field(s))
The text was updated successfully, but these errors were encountered: