do it without a plugin
-
If you do not want to use a plugin, just add the following lines to your function.php
function disable_floc($headers) { $headers['Permissions-Policy'] = 'interest-cohort=()'; return $headers; } add_filter('wp_headers', 'disable_floc');
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘do it without a plugin’ is closed to new replies.