I hereby claim:
- I am carlalexander on github.
- I am carlalexander (https://keybase.io/carlalexander) on keybase.
- I have a public key ASAeNjSudK8Ar5DH54HtLiabfIcP4VDFerAVPQwo_HSvbwo
To claim this, I am signing this object:
| <?php | |
| /** | |
| * By default, cURL sends the "Expect" header all the time which severely impacts | |
| * performance. Instead, we'll send it if the body is larger than 1 mb like | |
| * Guzzle does. | |
| */ | |
| function add_expect_header(array $arguments) | |
| { | |
| $arguments['headers']['expect'] = ''; |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace WPMemeShortcode; | |
| /** | |
| * The WordPress Meme Shortcode admin page. | |
| * | |
| * @author Carl Alexander | |
| */ | |
| class AdminPage |
| !function( $ ){ | |
| /* FORM LABEL PLUGIN DEFINITION | |
| * ============================ */ | |
| $.fn.formLabel = function ( options ) { | |
| var options = $.extend({}, $.fn.formLabel.defaults, options); | |
| return this.each(function () { | |
| var $holding = $(this), | |
| $input = $holding.find(':input'), |