_WP_Editors::get_baseurl(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Returns the TinyMCE base URL. Return string Source public static function get_baseurl() { if ( empty( self::$baseurl ) ) { self::$baseurl = includes_url( 'js/tinymce' ); } return self::$baseurl; } View all references View on Trac View on GitHub Related UsesDescriptionincludes_url()wp-includes/link-template.phpRetrieves the URL to the includes directory. Used byDescription_WP_Editors::print_default_editor_scripts()wp-includes/class-wp-editor.phpPrint (output) all editor scripts and default settings. _WP_Editors::editor_settings()wp-includes/class-wp-editor.php_WP_Editors::wp_mce_translation()wp-includes/class-wp-editor.phpTranslates the default TinyMCE strings and returns them as JSON encoded object ready to be loaded with tinymce.addI18n(), or as JS snippet that should run after tinymce.js is loaded. _WP_Editors::editor_js()wp-includes/class-wp-editor.phpPrint (output) the TinyMCE configuration and initialization scripts. Changelog VersionDescription4.8.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.