Created
November 6, 2016 21:28
-
-
Save kjohnson/699c06002f97359f41c35d076b62a355 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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