| @@ -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 | if ( empty( $args ) || ! is_array( $args ) ) { |
| 9 | 4 | return; |
| 10 | 5 | } |
| 11 | 6 | |