Skip to content

Instantly share code, notes, and snippets.

@kporembinski
Last active June 23, 2020 09:47
Show Gist options
  • Save kporembinski/21496c537ed1a98df77eedd53873035d to your computer and use it in GitHub Desktop.
Save kporembinski/21496c537ed1a98df77eedd53873035d to your computer and use it in GitHub Desktop.
Pimp My Analytics #3: Ruch bezpośredni: wejście smoka czy smyka?
<?php
function lewin_opengraph_url( $url ) {
return $url . "?utm_source=dark&utm_medium=social&utm_campaign=open-graph";
}
add_filter( 'wpseo_opengraph_url', 'lewin_opengraph_url' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment