>
Download This Plugin | |
Download Elegant Themes | |
Name | Plugin Activation Date |
Version | 1.1 |
Author | Maor Chasen |
Rating | 96 |
Last updated | 2012-10-19 09:24:00 |
Downloads |
1103
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Plugin Activation Date plugin added 14 bytes of resources to the Home page and 19 bytes of resources to the sample Post page.
Plugin Activation Date plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Plugin Activation Date plugin ads no tables to your Wordpress blog database.Current features:
While by default the date & time settings are being used, you can always change the date format by filtering 'pad_date_time_format'. For instance:
<?php
add_filter( 'pad_date_time_format', 'my_pad_date_time_format' );
function my_pad_date_time_format( $date_format ) {
return 'm-d-Y';
}
Here's some more info on date & time formatting in WordPress
Feel free to post your feature requests, issues and pull requests to Plugin Activation Date on GitHub.