Add footer links, honour DNT
This commit is contained in:
parent
a730fd73ee
commit
41bb3e7ddb
2 changed files with 7 additions and 2 deletions
|
@ -723,3 +723,6 @@ remove_filter( 'pre_term_description', 'wp_filter_kses' );
|
|||
remove_filter( 'pre_link_description', 'wp_filter_kses' );
|
||||
remove_filter( 'pre_link_notes', 'wp_filter_kses' );
|
||||
remove_filter( 'term_description', 'wp_kses_data' );
|
||||
|
||||
// honour user DNT header
|
||||
add_filter( 'jetpack_honor_dnt_header_for_stats', '__return_true' );
|
||||
|
|
Reference in a new issue