Insert Page not visibile in plugins
-
Hello,
I am using this plugin and it works fine in the posts section.
However, I have my own plugin where I am using the default wordpress editor. The wp-editor works fine in my plugin however it does not show the insert pages button in it.
I am using this code to render the default TinyMCE in my plugin –
<?php
$settings_a = array(
‘textarea_rows’ =>8,
‘editor_class’ => ‘form-control-solid’,
‘textarea_rows’=>15,
);
$editor_id = ‘new_post_content’;
wp_editor( ”, $editor_id,$settings_a );Please advise how can i show the insert pages button in my wp-editor.
- The topic ‘Insert Page not visibile in plugins’ is closed to new replies.