← All changes
|
includes/Admin/BackgroundProcess/WP_Async_Request.php
+6
-0
4.4.0
→
4.9.2
View file →
| @@ -1,6 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | +// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound,WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- vendored Deliciousbrains WP_Async_Request; dynamic hook names use $this->identifier which is set per consumer. | |
| 2 | 3 | namespace WPDeveloper\BetterDocs\Admin\BackgroundProcess; |
| 4 | + | |
| 5 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 6 | + exit; | |
| 7 | +} | |
| 8 | + | |
| 3 | 9 | |
| 4 | 10 | /** |
| 5 | 11 | * WP Async Request |
| 6 | 12 | * |