| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | use Elementor\Core\Base\Background_Task_Manager; |
| 5 | 5 | use Elementor\Plugin; |
| 6 | 6 | |
| 7 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | - exit; // Exit if accessed directly. | |
| 8 | + exit; // Exit if accessed directly | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | class Custom_Tasks_Manager extends Background_Task_Manager { |
| 12 | 12 | const TASKS_OPTION_KEY = 'elementor_custom_tasks'; |