Exemple #1
0
 public function __construct()
 {
     self::$instance = $this;
     add_action('wp_head', array($this, 'tell_me_where_am_i'));
 }