Last active
June 23, 2020 09:47
-
-
Save kporembinski/21496c537ed1a98df77eedd53873035d to your computer and use it in GitHub Desktop.
Pimp My Analytics #3: Ruch bezpośredni: wejście smoka czy smyka?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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