← All changes
|
includes/Admin/BackgroundProcess/WP_Async_Request.php
+0
-6
4.9.0
→
4.2.0
View file →
| @@ -1,12 +1,6 @@ | ||
| 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. | |
| 3 | 2 | namespace WPDeveloper\BetterDocs\Admin\BackgroundProcess; |
| 4 | - | |
| 5 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 6 | - exit; | |
| 7 | -} | |
| 8 | - | |
| 9 | 3 | |
| 10 | 4 | /** |
| 11 | 5 | * WP Async Request |
| 12 | 6 | * |