Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barrykooij/3913aff24af948dd927275cf620211a6 to your computer and use it in GitHub Desktop.
Save barrykooij/3913aff24af948dd927275cf620211a6 to your computer and use it in GitHub Desktop.
function dlm_custom_referrer( $refs ) {
$refs[] = "https://www.yourchinesedomain.cn";
return $refs;
}
add_filter( 'dlm_hotlink_allowed_referers', 'dlm_custom_referrer' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment