Harrison Brown
Harrison Brown
We're trying to use this extension to test our application but are finding that then CRSF tokens put into forms with `csrf_field ()` are empty. When using the application normally...
I don't think this is currently an option from what I can see, but is there any way to override the default `command.stub` or `handler.stub` that the package uses when...
Just tried to use wpAlchemy on a site running wp3.3.1 and when trying to save or update a post I get the following messages: `````` Notice: wp_enqueue_style was called incorrectly....
With input css of ``` css @font-face { font-family: 'myfont'; src: url('fonts/myfont.eot'); src: url('fonts/myfont.eot?#iefix') format('embedded-opentype'), url('fonts/myfont.woff') format('woff'), url('fonts/myfont.ttf') format('truetype'), url('fonts/myfont.svg#myfont') format('svg'); font-weight: normal; font-style: normal; } ``` the output is...
It would be very helpful to be able to do simple find and replace with interpolation. My use case, for example, would be to use the Git branch name as...