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