This is a Simple widget that creates following tables if they don't already exist and loads sample data into
As of April 2026, MH Dispaly Prayer Times widget is a WordPress Islam plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 3.5K+ times in total. Requires WordPress 3.1+ and PHP false+. Available on WordPress.org since 2012. Last updated 14 years ago — may have compatibility concerns. Top alternative: Salat Times.
This is a Simple widget that creates following tables if they don’t already exist and loads sample data into
1) Daily Prayer Table
$wpdb->prefix . mh_dpt_daily_times
Structure of Table:
month int(2) NOT NULL, //values are 01,02...12
day int(2) NOT NULL, //values are 1...31
name varchar(10) NOT NULL, //values are Fajr, Dhuhur, Asr, Maghrib, Ishaa
hour varchar(2) NOT NULL DEFAULT '0', //values are 01,02..12
minutes varchar(2) NOT NULL DEFAULT '00', //values are 01..59
ampm varchar(2) NOT NULL, //values are AM or PM
disp_order decimal(1,0) NOT NULL, // 1..5 used for ordering values while displaying in html table.
PRIMARY KEY (month,day,name)
1) Daily Prayer Table
$wpdb->prefix . mh_dpt_friday_times
Structure of Table:
name varchar(10) NOT NULL,
hour varchar(2…| WordPress | 3.1+ requiredTested up to 3.3.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.