如何过滤仪表板中的内容?

时间:2015-06-20 作者:T.Todua

我想在显示在仪表板“编辑器”页面之前修改帖子内容。。是否有可用的挂钩/过滤器?

1 个回复
SO网友:T.Todua

解决方案似乎是(在/wp-includes/class-wp-editor):

add_filter(\'the_editor_content\', \'YourFunctionName\');

结束

相关推荐

Search with filters and title

我想搜索custom_post 按标题和ACF字段。所以,我用了WP_Query WordPress函数,但我不能按标题过滤,只能按过滤器过滤。当我提交表单时,我有这样的URL:http://example.com/?s=titre&filter1=condition1&filter2=condition2&filter3=condition3 我的代码:$title = $_GET[\'s\']; $args = array( \'pagenam