我正在尝试在前端使用媒体库 这是我用来创建wp-editor的代码:
wp_enqueue_media();
wp_editor( '', 'custom_editor_id' );
\_WP_Editors::enqueue_scripts();
print_footer_scripts();
\_WP_Editors::editor_js();
但问题是,当我点击添加媒体按钮时,我会收到:
Uncaught TypeError: Cannot read property 'replace' of undefined
我今天做了很多研究,但没有找到解决方案。你能告诉我这样做的方法吗?
最诚挚的问候, Mateusz