Skip to content

Instantly share code, notes, and snippets.

@neroze
Created February 18, 2017 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neroze/99019f1696a45be385e53665f0fd7910 to your computer and use it in GitHub Desktop.
Save neroze/99019f1696a45be385e53665f0fd7910 to your computer and use it in GitHub Desktop.
if ( class_exists( 'WPBakeryShortCodesContainer' ) ) {
class WPBakeryShortCode_Team_Wrapper extends WPBakeryShortCodesContainer {
}
}
if ( class_exists( 'WPBakeryShortCode' ) ) {
class WPBakeryShortCode_Team_Mate extends WPBakeryShortCode {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment