the_editor_content

过滤钩子
apply_filters( 'the_editor_content', $instance['text'], $default_editor )

the_editor_content是一个函数,用于输出使用可视化编辑器创建的文章或页面的内容: 这个函数用来在可视化编辑器中显示内容,也可以用来检索内容,以便在WordPress主题的其他部分使用。

这个过滤器在wp-includes/class-wp-editor.php中有记录。

$text = apply_filters( 'the_editor_content', $instance['text'], $default_editor );

常见问题

FAQs
查看更多 >