| bio | website | blog.ashfame.com |
|---|---|---|
| location | Delhi, India | |
| age | 24 | |
| visits | member for | 2 years, 6 months |
| seen | 17 hours ago | |
| stats | profile views | 183 |
Developer + Entrepreneur + Opensource fanatic!
Working as Dragon Monk for AnattaDesign. We tackle user experience problems by creating products that fix them. We created Awesome Checkout and My Abandoned Carts.
|
Nov 27 |
comment |
How do you allow plugins to be updated using the GUI without breaking your subversion repository? @TomAuger I work with the above mentioned process all the time and it WORKS! |
|
Nov 9 |
awarded | Yearling |
|
Nov 7 |
awarded | Popular Question |
|
Oct 24 |
comment |
Control Custom Post Type template from a plugin @StephenHarris Kicking in the filter only when needed makes more sense to me here, and I find this a lot cleaner. Consider if you have lot of stuff going on, it would be better to just have a function which kicks in or kicks out certain things all from one place. And this also makes sure if a certain content is processed a large no of times, it doesn't go under the filter call just to check if it should do anything or not. A bit of performance gain too. And you can reuse filters in a better way this way, because filter just filters, and not judge conditions :) |
|
Oct 24 |
accepted | Disable WordPress cache programmatically on a request |
|
Oct 24 |
answered | Disable WordPress cache programmatically on a request |
|
Oct 6 |
comment |
WordPress failure when logging out I upvoted it earlier because your answer explains thing a bit but it didn't solve the issue at that time, so didn't accept it. |
|
Oct 4 |
comment |
Disable WordPress cache programmatically on a request I am working on a mobile theme plugin, so need to make sure that it gets served directly, without affecting the main site. This seems like the way out unless both plugins support caching mobile pages in someway? |
|
Oct 4 |
asked | Disable WordPress cache programmatically on a request |
|
Aug 9 |
answered | Need Help Using bigdump |
|
Aug 4 |
awarded | Excavator |
|
Aug 4 |
revised |
Turn Off Auto Update for Single Plugin removed unnecessary code |
|
Aug 4 |
suggested | suggested edit on Turn Off Auto Update for Single Plugin |
|
Aug 2 |
awarded | Popular Question |
|
Jul 30 |
comment |
Custom headers for the WordPress plugin directory Here it is: make.wordpress.org/core/2012/07/04/fun-with-high-dpi-displays |
|
Jul 30 |
comment |
Custom headers for the WordPress plugin directory And a retina version banner of size 1544x500 named banner-1544x500.png under the same assets folder |
|
Jul 10 |
answered | Different sql queries count indicator on the main page |
|
Jul 3 |
comment |
WordPress failure when logging out Gotcha! Thanks. Upvoted! |
|
Jul 3 |
comment |
WordPress failure when logging out So its totally a hiccup and nothing else? |
|
Jun 19 |
comment |
WordPress failure when logging out @kaiser I wasn't manually redirecting here. Just letting the function know that it should redirect. I guess the function would be doing / is supposed to exit() after redirecting, but I didn't check the source when I had this issue. |