Add footer links, honour DNT

This commit is contained in:
Ben Goldsworthy 2021-01-21 12:22:41 +00:00
parent a730fd73ee
commit 41bb3e7ddb
2 changed files with 7 additions and 2 deletions

View file

@ -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' );