| bio | website | mattpotts.com |
|---|---|---|
| location | England, United Kingdom | |
| age | 26 | |
| visits | member for | 1 year, 1 month |
| seen | May 2 at 10:23 | |
| stats | profile views | 3 |
Computer Science post grad from Lancaster University
|
Mar 11 |
awarded | Popular Question |
|
Mar 7 |
awarded | Excavator |
|
Mar 7 |
revised |
Extending WP's upload/insert media functionality corrected misspelled word, please delete the comment i added, it's just to allow me to make the edit, thanks! |
|
Mar 7 |
suggested | suggested edit on Extending WP's upload/insert media functionality |
|
Apr 18 |
accepted | How can I find out what an `apply_filter` call is actually doing? |
|
Apr 18 |
accepted | Is there any record of installed plugins in the database? |
|
Apr 14 |
comment |
How can I find out what items a user has purchased? I'm trying to find out what products a user has bought preivously. |
|
Apr 13 |
comment |
How can I find out what items a user has purchased? Sorry, the shopping cart isn't what I'm after. I'm after a full list of all product IDs that have been purchased by the logged in user |
|
Apr 13 |
comment |
How can I find out what items a user has purchased? That's not quite what I'm after. I'm looking for a full list of purchases, not just what's in the cart right now. |
|
Apr 13 |
asked | How can I find out what items a user has purchased? |
|
Apr 4 |
comment |
How can I get more out of `$post` in an `add_action` callback? amazing - thank you so much! |
|
Apr 4 |
accepted | How can I get more out of `$post` in an `add_action` callback? |
|
Apr 4 |
asked | How can I get more out of `$post` in an `add_action` callback? |
|
Apr 3 |
comment |
Why is `add_meta_box` not working? I have now - and that's done it! Thank you so much! |
|
Apr 3 |
accepted | Why is `add_meta_box` not working? |
|
Apr 3 |
awarded | Editor |
|
Apr 3 |
revised |
Why is `add_meta_box` not working? swapped abc_post_meta_callback for abc_callback to try and stop the sidescroll |
|
Apr 3 |
comment |
Why is `add_meta_box` not working? I'm now using 'add_meta_boxes_wpsc-product' (as per a search of the shopping cart code base where I found that tag being sed) but it still doesn't work. |
|
Apr 3 |
comment |
Why is `add_meta_box` not working? The reason I was using 'load-post.php' is that the products are stored as posts. |
|
Apr 3 |
comment |
Why is `add_meta_box` not working? I've replaced 'load-post.php' and 'load-post-new.php' with 'add_meta_boxes' but it makes no difference. Any other ideas? |