jetpack_twitter_timeline_default_dnt, false

jetpack_twitter_timeline_default_dnt, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_twitter_timeline_default_dnt, false') is found 1 times:

  • /modules/widgets/twitter-timeline.php line 173
    		 * @since 6.9.0
    		 *
    		 * @param bool false Should the Twitter Timeline use the DNT attribute? Default to false.
    		 */
    		$dnt = apply_filters( 'jetpack_twitter_timeline_default_dnt', false );
    		if ( true === $dnt ) {
    			$data_attrs .= ' data-dnt="true"';
    		}
    
    		if ( ! empty( $instance['chrome'] ) && is_array( $instance['chrome'] ) ) {
    			$data_attrs .= ' data-chrome="' . esc_attr( implode( ' ', $instance['chrome'] ) ) . '"';