Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../central
File: interface.php
<?php
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* This interface is the basic blueprint of the host (plugin) methods needed by UpdraftCentral
[3] Fix | Delete
* for it to work and function properly.
[4] Fix | Delete
*/
[5] Fix | Delete
interface UpdraftCentral_Host_Interface {
[6] Fix | Delete
public function retrieve_show_message($key, $echo = false);
[7] Fix | Delete
public function is_host_dir_set();
[8] Fix | Delete
public function get_logline_filter();
[9] Fix | Delete
public function get_debug_mode();
[10] Fix | Delete
public function get_udrpc($indicator_name);
[11] Fix | Delete
public function register_wp_http_option_hooks($register = true);
[12] Fix | Delete
public function get_class_name();
[13] Fix | Delete
public function get_instance();
[14] Fix | Delete
public function get_admin_instance();
[15] Fix | Delete
public function get_version();
[16] Fix | Delete
public function is_force_debug();
[17] Fix | Delete
public function debugtools_dashboard();
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function