apply_filters( 'nab_wp_slash_post_on_duplicate', boolean $apply_wp_slash )
Filters whether the function wp_slash
should be applied when inserting a duplicated post.
Description
Parameters
- $apply_wp_slash
(boolean) (Required) Whether to apply
wp_slash
or not. Default:true
.