Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active May 23, 2019 09:50
Show Gist options
  • Save vanaf1979/824b35dd231199138d053a67aeecb2ce to your computer and use it in GitHub Desktop.
Save vanaf1979/824b35dd231199138d053a67aeecb2ce to your computer and use it in GitHub Desktop.
<?php
public static function instance() {
if ( ! isset( self::$instance ) && ! ( self::$instance instanceof MySIdebar ) ) {
self::$instance = new MySidebar;
}
return self::$instance;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment