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 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 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 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 APFTest_SortableCheckboxes.php
<?php | |
class APFTest_SortableCheckboxes extends AdminPageFramework { | |
public function setUp() { | |
// To reset the options uncomment the next line. | |
// delete_option( get_class( $this ) ); | |
$this->setRootMenuPage( __( 'Sortable Checkboxes', 'apf-test-sortable-checkboxes' ) ); |
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 fetch-tweets-modify-count.php
<?php | |
/** | |
* Plugin Name: Fetch Tweets - Modify Count | |
* Description: Modifies the `count` parameter value of the API request query string. | |
* Version: 0.0.1 | |
*/ | |
class FetchTweetsModifyCount { | |
public function __construct() { |
View AdminPageFramework_FormBeta_frontend.php
<?php | |
class AdminPageFramework_FormBeta_frontend extends AdminPageFramework_Form { | |
/** | |
* Stores sub-object class names. | |
* | |
* | |
* @since 3.8.11 |
View fetch-tweets-delete-options
<?php | |
/** | |
* Plugin Name: Fetch Tweets - Delete Options | |
* Plugin URI: http://en.michaeluno.jp/fetch-tweets | |
* Description: Deletes options of the Fetch Tweets plugin. | |
* Author: Michael Uno | |
* Author URI: http://michaeluno.jp | |
* Version: 1.0.0 | |
*/ |
NewerOlder