/home/vianto5/.trash/cititower.mx/wp-content/plugins/wordfence/lib
Edit: /home/vianto5/.trash/cititower.mx/wp-content/plugins/wordfence/lib/wfSupportController.php (24552B)
0) {
return false;
}
//Only show to users installing after the release date of the version this was introduced
if (WORDFENCE_FEEDBACK_EPOCH > wfConfig::get('satisfactionPromptInstallDate')) {
return false;
}
//Don't show for at least 7 days post-install
if ((time() - wfConfig::get('satisfactionPromptInstallDate')) < 86400 * 7) {
return false;
}
return true;
}
public static function satisfactionPromptNotice() {
?>