Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/hostinge.../includes/Admin/Jobs
File: JobInterface.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Hostinger\Admin\Jobs;
[2] Fix | Delete
[3] Fix | Delete
defined( 'ABSPATH' ) || exit;
[4] Fix | Delete
[5] Fix | Delete
interface JobInterface {
[6] Fix | Delete
public function get_name(): string;
[7] Fix | Delete
public function get_process_item_hook(): string;
[8] Fix | Delete
public function get_start_hook(): string;
[9] Fix | Delete
public function can_schedule( array $args = array() ): bool;
[10] Fix | Delete
public function schedule( array $args = array() );
[11] Fix | Delete
public function init();
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function