Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Recipe_Post_Utilities::assets_vendor_tinymce()
Source Source
File: src/core/automator-post-types/uo-recipe/class-recipe-post-utilities.php
private function assets_vendor_tinymce() { wp_enqueue_editor(); wp_enqueue_media(); }
Expand full source code Collapse full source code View on Github