Skip to content

Instantly share code, notes, and snippets.

@adamsilverstein
Created September 29, 2016 13:11
Show Gist options
  • Save adamsilverstein/197f894bb0898aa12d3c1371ce2d070d to your computer and use it in GitHub Desktop.
Save adamsilverstein/197f894bb0898aa12d3c1371ce2d070d to your computer and use it in GitHub Desktop.
$host = parse_url( strtolower( site_url() ) , PHP_URL_HOST );
if ( strpos( $host, 'domain.com' ) ) {
$site_matches = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment