If you use the build-in tinyMCE editor you can do it this way:
$content="";
$editor_id = 'mycustomeditor';
wp_editor( $content, $editor_id );
Fill $content
with your guidelines and they are shown if you open it.
See https://codex.wordpress.org/Function_Reference/wp_editor
Related Posts:
- Is it possible to disable the image alignment options in the post editor?
- Change syntax styling of TinyMCE HTML Text Editor
- More than one TinyMCE (wp_editor) with different $settings[‘drag_drop_upload’] values breaks
- Dynamicaly update field created with wp_editor()
- jQuery does not work on WordPress editor
- Dynamic WordPress editor in meta box
- Sorting UL Listing Within the TinyMCE Visual Editor in WordPress
- Adding Custom Text Patterns in the WP 4.5 Visual Editor
- Forcing reload of editor-style.css
- How to modify image editor dialog options on WordPress?
- tinymce is not defined when not using wp_editor
- Add tinymce buttons to caption textarea in media uploader
- How to handle multiple instance of “send_to_editor” js function
- TinyMCE Anchor Button not showing
- How to get a jQuery script to run on a page?
- Detect a focus on wp_editor
- Disable text tab on WordPress text-editor
- How can I insert HTML attributes with an existing TinyMCE button?
- Add Shortcode inline inside Gutenberg block
- Change padding to text indent in “Increase indent” TinyMCE
- Hacking TinyMCE for better usability (shortcodes and html)
- TinyMCE editor – new lines not rendered on front end
- How disable checkbox when listbox value changes in tinymce
- Add table controls with wp_editor minimal editor configuration (‘teeny’)
- jQuery Validate wp_editor
- Change Default Font Size and Remove Unwanted Font Sizes in TinyMCE
- TinyMCE Plugin Parameter
- TinyMCE – TypeError: r is undefined
- Disable HTML (Text) Tab in Post Editor
- How to enable the content editor as a droppable target with jQuery-ui?
- Add table button in editor without Plugin
- Can’t load a class into WordPress post editor’s content field
- Tiny MCE-modifications (plugins) stopped working in WordPress 5.6
- Custom TinyMCE style formats disabled
- `wp_editor()` CSS messing up the jQuery Dialog
- How to Add TinyMCE to widget
- How to dynamically generate wordpress editor on frontend?
- TinyMCE 4 remove/add attributes for all images
- TinyMCE plugin won’t work with jQuery 3.5.1 (testing with “Test jQuery Updates”)
- How do I use jQuery to add the TinyMCE WYSIWYG editor to a textarea?
- Stop editor from adding “amp;” after every “&”
- how to use wp_editor() here am getting empty result
- enable TinyMCE for comment forms
- Keyboard shortcut for headings on safari
- Best Browser for Editing Posts
- How to add shortcode to show/hide press releases?
- TinyMCE strips off the href tag inside span, if i change from text to visual
- Adding a Media Button to the WordPress Content Editor
- Get selected image URL from wp.media.editor.attachment into text input fails. What am I doing wrong?
- Using wp_editor() when not logged stopped working
- Load WordPress Editor .css on Front End
- “Formats” Select Menu in WP Editor doesn’t show up with correct colour
- How to get values from Tinymce visual editor popup?
- Remove heading tags on line break
- How to jquery validate wp_editor?
- How to make WP Classic Editor required in jQuery
- How to add placeholder in wp_editor?
- JavaScript sleep/wait before continuing [duplicate]
- JSON parsing error syntax error unexpected end of input
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- How do I link a JavaScript file to a HTML file?
- What does [object Object] mean? (JavaScript)
- jQuery $(this) keyword
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- How to set time delay in javascript
- Disable button in jQuery
- jQuery $(this) keyword
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- Disable button in jQuery
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- How to wait 5 seconds with jQuery?
- Submit a form using jQuery
- How to Handle Button Click Events in jQuery?
- How to enable CORS in flask
- How can I get the ID of an element using jQuery?
- jQuery equivalent of JavaScript’s addEventListener method
- Should I use .done() and .fail() for new jQuery AJAX code instead of success and error
- Pass request headers in a jQuery AJAX GET call
- $.ajax – dataType
- what does jQuery data() function do
- How to show loading spinner in jQuery?
- How can I get the ID of an element using jQuery?
- What is content-type and datatype in an AJAX request?
- jQuery Selector: Id Ends With?
- speedtest.net api
- jQuery dialog popup
- data.map is not a function
- How do you select a particular option in a SELECT element in jQuery?
- Set select option ‘selected’, by value
- Change Placeholder Text using jQuery
- Adding placeholder attribute using Jquery
- jQuery Ajax error handling, show custom exception messages
- How to send multiple data fields via Ajax?
- Adding an onclick function to go to url in JavaScript?
- Checking a Url in Jquery/Javascript
- Jquery change background color
- My javascript is returning this error: $.ajax is not a function
- Best way to store a key=>value array in JavaScript?
- jQuery if div contains this text, replace that part of the text
- Javascript Runtime error: $ is undefined