How can I use Do Not Track for video playback?

You can add this line to your WordPress functions.php file to include the DNT setting with your video playback

add_filter('vimeography.player.settings.dnt', '__return_true');

Still need help? Contact Us Contact Us