
Shamsi, Gregorian, and Hijri Date and Time Security & Risk Analysis
wordpress.org/plugins/shamsi-gregorian-and-hijri-date-and-timeThis plugin displays the current time along with three calendar systems: Persian (Shamsi/Jalali), Islamic (Hijri), and Gregorian.
Is Shamsi, Gregorian, and Hijri Date and Time Safe to Use in 2026?
Generally Safe
Score 92/100Shamsi, Gregorian, and Hijri Date and Time has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "shamsi-gregorian-and-hijri-date-and-time" plugin v1.0.0 exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, reliance on prepared statements for all SQL queries, and proper output escaping are commendable practices. Furthermore, the plugin shows no history of known vulnerabilities, indicating a potentially well-maintained and secure codebase. The limited attack surface, consisting of a single shortcode with no reported entry points lacking authentication or permission checks, further contributes to its secure profile.
Shamsi, Gregorian, and Hijri Date and Time Security Vulnerabilities
Shamsi, Gregorian, and Hijri Date and Time Code Analysis
Shamsi, Gregorian, and Hijri Date and Time Attack Surface
Shortcodes 1
WordPress Hooks 1
Maintenance & Trust
Shamsi, Gregorian, and Hijri Date and Time Maintenance & Trust
Maintenance Signals
Community Trust
Shamsi, Gregorian, and Hijri Date and Time Alternatives
Countdown Timer Ultimate
countdown-timer-ultimate
A quick, easy way to add and display responsive Countdown timer on your website. Also work with Gutenberg shortcode block.
Blog Time
blog-time
Display the time according to your blog via an admin toolbar widget, a sidebar widget, and/or a template tag.
Hottaimoijiruna
hottaimoijiruna
Hottaimoijiruna is a continuously updating AJAX powered clock for your site, with a customisable timezone so that you can display the time of day in y …
Date Time Picker for Contact Form 7
date-time-picker-for-contact-form-7
This plugin enables Contact Form 7 text field into a Date picker, Time picker or Date Time picker by using CSS class.
Meks Time Ago
meks-time-ago
Automatically change your post date display to "time ago" format like 1 hour ago, 3 days ago, etc...
Shamsi, Gregorian, and Hijri Date and Time Developer Profile
1 plugin · 10 total installs
How We Detect Shamsi, Gregorian, and Hijri Date and Time
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/shamsi-gregorian-and-hijri-date-and-time/js/moment-hijri.js/wp-content/plugins/shamsi-gregorian-and-hijri-date-and-time/js/shamsi-gregorian-and-hijri-date-and-time.js/wp-content/plugins/shamsi-gregorian-and-hijri-date-and-time/css/shamsi-gregorian-and-hijri-date-and-time.css/wp-content/plugins/shamsi-gregorian-and-hijri-date-and-time/js/moment-hijri.js/wp-content/plugins/shamsi-gregorian-and-hijri-date-and-time/js/shamsi-gregorian-and-hijri-date-and-time.jsHTML / DOM Fingerprints
radio-groupdate-container<div class="container">
<div class="radio-group">
<label>
<input type="radio" name="dateType" value="jalali" checked> Jalali Date
</label>
<label>
<input type="radio" name="dateType" value="gregorian"> Gregorian Date
</label>
<label>
<input type="radio" name="dateType" value="hijri"> Islamic Date
</label>
</div>
<div class="date-container" id="date"></div>
<div id="clock"></div>
</div>