Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Created November 6, 2016 21:28
Show Gist options
  • Select an option

  • Save kjohnson/699c06002f97359f41c35d076b62a355 to your computer and use it in GitHub Desktop.

Select an option

Save kjohnson/699c06002f97359f41c35d076b62a355 to your computer and use it in GitHub Desktop.
<?php
if( version_compare( get_option( 'ninja_forms_version', '0.0.0' ), '3', '<' ) || get_option( 'ninja_forms_load_deprecated', FALSE ) ) {
// Deprecated Codebase (v2.9.x)
} else {
// THREE Codebase (v3)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment