Skip to content
Snippets Groups Projects
Commit 33276f3c authored by Erick Hitter's avatar Erick Hitter
Browse files

Remove dummy magic methods that break _everything_. :)

parent 56fdf5c2
Branches
No related tags found
1 merge request!1WIP: Initial release
......@@ -44,10 +44,6 @@ class ETH_AMP_Analytics_WP {
*/
public function __clone() {_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'eth-amp-analytics-wp' ), '0.1' ); }
public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'eth-amp-analytics-wp' ), '0.1' ); }
public function __isset( $key ) { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'eth-amp-analytics-wp' ), '0.1' ); }
public function __get( $key ) { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'eth-amp-analytics-wp' ), '0.1' ); }
public function __set( $key, $value ) { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'eth-amp-analytics-wp' ), '0.1' ); }
public function __unset( $key ) { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'eth-amp-analytics-wp' ), '0.1' ); }
public function __call( $name = '', $args = array() ) { unset( $name, $args ); return null; }
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment