Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created August 21, 2021 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trueqap/75e1423e3d31628b87064fdd4951ea6f to your computer and use it in GitHub Desktop.
Save trueqap/75e1423e3d31628b87064fdd4951ea6f to your computer and use it in GitHub Desktop.
Domains from which exceptions would be accepted.
<?php
// Domains from which exceptions would be accepted.
$trademark_exceptions = array(
'yoast.com' => array( 'yoast' ),
'automattic.com' => array( 'akismet', 'akismet-', 'jetpack', 'jetpack-', 'wordpress', 'wp-', 'woo', 'woo-', 'woocommerce', 'woocommerce-' ),
'facebook.com' => array( 'facebook', 'instagram', 'oculus', 'whatsapp' ),
'support.microsoft.com' => array( 'bing-', 'microsoft-' ),
'trustpilot.com' => array( 'trustpilot' ),
'microsoft.com' => array( 'bing-', 'microsoft-' ),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment