>
Download This Plugin | |
Download Elegant Themes | |
Name | PresenPress |
Version | 0.2.4 |
Author | Takayuki Miyauchi |
Rating | 100 |
Last updated | 2014-03-02 05:27:00 |
Downloads |
516
|
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%
PresenPress plugin added 12 bytes of resources to the Home page and 23 bytes of resources to the sample Post page.
PresenPress plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! PresenPress plugin ads no tables to your Wordpress blog database.This Plugin published on GitHub.
<?php
add_filter('presenpress_themes', function($themes){
$themes['your_theme_name'] = array(
'url' => 'http://example.com/your_theme.css',
'version' => '1.0.0'
);
return $themes;
});