Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/royal-el.../modules/mailchim...
File: module.php
<?php
[0] Fix | Delete
namespace WprAddons\Modules\Mailchimp;
[1] Fix | Delete
[2] Fix | Delete
use WprAddons\Base\Module_Base;
[3] Fix | Delete
[4] Fix | Delete
class Module extends Module_Base {
[5] Fix | Delete
[6] Fix | Delete
public function __construct() {
[7] Fix | Delete
parent::__construct();
[8] Fix | Delete
[9] Fix | Delete
// This is here for extensibility purposes - go to town and make things happen!
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
public function get_name() {
[13] Fix | Delete
return 'wpr-mailchimp';
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
public function get_widgets() {
[17] Fix | Delete
return [
[18] Fix | Delete
'Wpr_Mailchimp', // This should match the widget/element class.
[19] Fix | Delete
];
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
}
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function