X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/extendify/src/Assist/lib
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
extendify
/
src
/
Assist
/
lib
/
??
..
??
domains.js
(2.71 KB)
??
media.js
(1.48 KB)
??
portuguese_mimes
(2.64 MB)
??
recommendations.js
(290 B)
Editing: recommendations.js
export const isAtLeastNDaysAgo = (dateString = new Date(), numDays = 0) => { const siteCreatedDaysAgo = Math.floor( (new Date() - new Date(dateString)) / (1000 * 60 * 60 * 24), ); // Account for future time zones by min 0 return Math.max(0, siteCreatedDaysAgo) >= Number(numDays); };
Upload File
Create Folder