| @@ -1,6 +1,11 @@ | ||
| 1 | 1 | <?php |
| 2 | +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- view template receives variables via extract(); prefixing is impractical. | |
| 2 | 3 | |
| 4 | + | |
| 5 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 6 | + exit; | |
| 7 | +} | |
| 3 | 8 | use WPDeveloper\BetterDocs\Utils\Helper; |
| 4 | 9 | |
| 5 | 10 | /** |
| 6 | 11 | * This portion will decide which tab will be showed. |