Skip to content

Commit

Permalink
Stubbing alias(). Will flesh out pending feedback on segment-boneyard#28
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinSainton committed Jun 19, 2014
1 parent f7679fc commit 8f26a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analytics-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public static function track( $event, $properties = array(), $options = array()

public static function page( $name, $properties = array() ) {}

public static function alias( $from, $to, $context = '' ) {}

}

class Segment_Analytics_WordPress {
Expand Down

0 comments on commit 8f26a51

Please sign in to comment.