Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| sites | |
| |__ ms.dev | |
| | |__ content | |
| | |__ index.php | |
| | |__ wp => ../../wordpress/stable | |
| | |__ wp-config.php | |
| |__ one.dev | |
| | |__ content | |
| | |__ index.php | |
| | |__ wp => ../../wordpress/stable |
| <?php | |
| /** | |
| * Plugin Name: Dump WP HTTP API cURL Request & Response | |
| * Author: Franz Josef Kaiser | |
| */ | |
| add_action( 'plugins_loaded', array( 'WPSE81791_cURL', 'init' ) ); | |
| class WPSE81791_cURL | |
| { | |
| protected static $instance; |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| <?php | |
| /* | |
| Plugin Name: Kill Trackbacks | |
| Plugin URI: http://pmg.co/category/wordpress | |
| Description: Kill all trackbacks on WordPress | |
| Version: 1.0 | |
| Author: Christopher Davis | |
| Author URI: http://pmg.co/people/chris | |
| */ |