Skip to content

Instantly share code, notes, and snippets.

View kporembinski's full-sized avatar

Kamil Porembiński kporembinski

View GitHub Profile
@kporembinski
kporembinski / functions.php
Last active June 23, 2020 09:47
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' );