View amazon-auto-links-remove-parentheses-in-price-outputs.php
<?php | |
/** | |
* Plugin Name: Amazon Auto Links - Filter Prices | |
* Description: Removes a part enclosed in parentheses in price outputs. | |
* Version: 1.0.0 | |
*/ | |
/** | |
* | |
*/ |
View admin-page-framework-demo-supress-options.php
<?php | |
/* | |
* Plugin Name: Admin Page Framework Demo - Suppress Options | |
* Description: Demonstrates how to suppress the options in Admin Page Framework. | |
* Author: Michael Uno | |
* Author URI: http://michaeluno.jp | |
* Version: 1.1.0 | |
* Requirement: Admin Page Framework v3.1.0 or higher. | |
*/ |
View admin-page-framework-demo-default-options.php
<?php | |
/* | |
* Plugin Name: Admin Page Framework Demo - Default Option Values | |
* Description: Demonstrates how to set default options with the options_{instantiated class name} hook in Admin Page Framework | |
* Author: Michael Uno | |
* Author URI: http://michaeluno.jp | |
* Version: 1.0.1 | |
* Requirement: Admin Page Framework v3.1.0 or higher. | |
*/ |
View example.php
<?php | |
class A { | |
public function test() {} | |
} | |
$_func = function( $f ) use ( $p ) {}; | |
$_resource = fopen( __DIR__ . '_temp.txt', 'w' ); | |
$_oA = new A; | |
$_sMultiLine =<<<HERE | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
View task-scheduler-hung-routine-cleaner.php
<?php | |
/** | |
* Plugin Name: Task Scheduler - Hung Routine Cleaner | |
* Description: Cleans up hung routines. | |
* Author: Michael Uno | |
* Version: 1.0.0 | |
*/ | |
class TaskSchedulerHungRoutineCleaner { |
View amazon-auto-links-product-link-to-smile.php
<?php | |
/** | |
* Plugin Name: Amazon Auto Links - Product Link to Amazon Smile | |
* Plugin URI: http://en.michaeluno.jp/amazon-auto-links | |
* Description: Converts product links to the Amazon Smile domain | |
* Author URI: http://michaeluno.jp | |
* Version: 0.0.1 | |
* Author: Michael Uno | |
*/ | |
View admin-page-framework-import-csv.php
<?php | |
/* | |
Plugin Name: Admin Page Framework - Import CSV | |
Plugin URI: http://en.michaeluno.jp/admin-page-framework | |
Description: Demonstrates the use of the import field. | |
Author: Michael Uno | |
Author URI: http://michaeluno.jp | |
Version: 0.0.2 | |
Requirements: PHP 5.2.4 or above, WordPress 3.3 or above. Admin Page Framework v2.1.7b or above. | |
*/ |
View amazon-auto-links-custom-rss-field.php
<?php | |
/** | |
* Plugin Name: Amazon Auto Links - Custom RSS ImageURL Field | |
* Plugin URI: http://en.michaeluno.jp/amazon-auto-links | |
* Description: Adds a custom image url field in RSS2 output of Amazon Auto Links product RSS2 feeds. Requires Amazon Auto Links 3.5.4 or above. | |
* Author URI: http://michaeluno.jp | |
* Version: 0.0.1 | |
* Author: Michael Uno | |
*/ | |
View task-scheduler-sample-action.php
<?php | |
/** | |
* Plugin Name: Task Scheduler - Sample Action | |
* Plugin URI: http://en.michaeluno.jp/ | |
* Description: Uses a custom action with Task Scheduler. | |
* Author: Michael Uno | |
* Author URI: http://michaeluno.jp | |
* Version: 1.0.0 | |
*/ |
View admin-page-framework-ajax-fields.php
<?php | |
/** | |
* Plugin Name: Admin Page Framework Demo - Ajax FIelds | |
* Plugin URI: http://en.michaeluno.jp/admin-page-framework | |
* Description: Demonstrates how fields can be updated with Ajax. | |
* Author: Michael Uno | |
* Author URI: http://michaeluno.jp | |
* Version: 1.0.0 | |
* Requirements: PHP 5.2.4 or above, WordPress 3.4 or above. Admin Page Framework 3.0.0 or above | |
*/ |
NewerOlder