/home/techb158/public_html/wp-content/plugins/wpforms-lite/src/Education/WPConsent
Edit: /home/techb158/public_html/wp-content/plugins/wpforms-lite/src/Education/WPConsent/Helper.php (3532B)
'activate',
'attrs' => [
'data-action' => 'activate',
'data-path' => self::get_basename(),
'data-type' => 'plugin',
'data-nonce' => $nonce,
],
];
}
return [
'action' => 'install',
'attrs' => [
'data-action' => 'install',
'data-url' => self::INSTALL_ZIP_URL,
'data-type' => 'plugin',
'data-nonce' => $nonce,
],
];
}
}