173 reputation
324
bio website
location
age
visits member for 1 year, 11 months
seen 12 hours ago
stats profile views 149

WordPress Consultant


Mar
15
comment WP_Query or get_posts?
Performance wise.
Mar
15
asked WP_Query or get_posts?
Mar
15
comment Hook on trash post
These are useful, but I think wp_trash_post/trash_post will do fine in my case as I don't need this level of control actually.
Mar
15
comment Hook on trash post
Also wouldn't it be better to use wp_trash_mycpt rather than checking for the post type within the function?
Mar
15
comment Hook on trash post
Wouldn't it be better to use wp_trash_mycpt rather than checking for the post type within the function?
Mar
15
comment Hook on trash post
@dalbaeb I've been using trash_post hook till now, what's the difference between that and wp_trash_post?
Mar
15
revised Hook on trash post
deleted 3 characters in body
Mar
15
comment How is the WordPress.org plugin download history calculated?
No it hasn't yet.
Mar
15
asked How is the WordPress.org plugin download history calculated?
Mar
15
accepted NextGen Gallery different thumbnail size per gallery
Mar
15
comment Why Editor reformats my code
Thanks I'll try this out.
Mar
15
asked How to break down importing of feeds
Mar
15
asked Hook on trash post
Mar
15
comment Hooks for trashing, deleting, saving, restoring custom post type
I think you can use wp_trash_mycpt
Mar
15
accepted Most efficient way of deleting post
Mar
15
accepted SSL Certificate and WordPress
Mar
13
comment WordPress SimplePie modifications
I don't think this will work as WordPress overrides the SimplePie sanitization class.
Mar
13
accepted WordPress SimplePie modifications
Mar
13
accepted Difference between do_action_ref_array() and do_action()
Mar
13
comment Difference between do_action_ref_array() and do_action()
Excellent explanation, thanks!