This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: MotoPress PressTicket Fix | |
Plugin URI: http://www.getmotopress.com/ | |
Description: Fixes an issue with PressTicket plugin by Toan Nguyen http://wpoffice.net/contact/. PressTicket plugin adds custom div to each the_content filter call. | |
Version: 1.0 | |
Author: MotoPress | |
Author URI: http://www.getmotopress.com/ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: MotoPress Custom Layouts | |
* Plugin URI: http://www.getmotopress.com/ | |
* Description: This example describes how to add custom predefined layouts. | |
* Version: 1.0 | |
* Author: MotoPress Team | |
* Author URI: http://www.getmotopress.com/ | |
* License: GPL2 or later |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: MotoPress Vertical Tabs | |
* Plugin URI: http://www.getmotopress.com/ | |
* Description: Add vertical style to Tabs widget | |
* Version: 0.1 | |
* Author: MotoPress Team | |
* Author URI: http://www.getmotopress.com/ | |
* License: GPL2 or later |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: MotoPress Change Styles Example | |
* Plugin URI: http://www.getmotopress.com/ | |
* Description: This example describes how to add new styles to MotoPress objects | |
* Version: 0.1 | |
* Author: MotoPress Team | |
* Author URI: http://www.getmotopress.com/ | |
* License: GPL2 or later |
NewerOlder