wpseek.com
WordPress开发者和主题制作者的搜索引擎



excerpt_save_pre › WordPress过滤钩子

Sincen/a
已弃用n/a
apply_filters( 'excerpt_save_pre', wp_slash( $menu_item_value['attr_title'] )
定义在:
文档:

This filter is documented in wp-includes/post.php





源码

$menu_item_value['attr_title'] = wp_unslash( apply_filters( 'excerpt_save_pre', wp_slash( $menu_item_value['attr_title'] ) ) );