486 reputation
310
bio website
location
age 45
visits member for 1 year, 1 month
seen yesterday
stats profile views 45

Apr
28
awarded  Notable Question
Apr
7
awarded  Yearling
Apr
5
accepted Tag with Alias capability
Mar
31
awarded  Popular Question
Mar
28
comment Missing “category_children” option when dynamically creating categories via a plugin
Is this bug also effects hierarchical custom taxonomies? When I create hierarchical custom taxonomy terms programmatically, I do not see the hierarchy reflected in the dashboard's /edit-tags.php?taxonomy=MY_TAX_HERE. It takes me to do quick update on any of the terms for me to see the latest hierarchy. Also clean_term_cache('MY_TAX_HERE'); does not help.
Mar
21
comment changing parent_id on post
@Eugene, What if you wanted to change the $postarr's tax_input>post_tag. In that case, what do we do? How do we return both the $data and $postarr? In my case, I update values in both variables...
Mar
6
awarded  Notable Question
Feb
7
comment When using the get_terms and trying to order the terms using the 'order' and/or 'orderby' does not work
You are right. I tested it on on a fresh install and it does output the results properly. I think the theme that I'm using for the current site I'm working on has a filter that changes the default behaviour of this core API. I already asked the theme developer to see if they are involved with this. BTW, is there a way to see all the hooks and filters that the current theme is introducing?
Feb
7
asked debugging in WordPress tapping into the all hook
Feb
6
comment WordPress mysqli and PDO
Thank you for the trac link Wyck. s_ha_dum please include this link ( core.trac.wordpress.org/ticket/21663 ) in your answer and correct the grammar where you go "If has used those ever since I can remember," when you get a chance. Thank you
Feb
6
accepted WordPress mysqli and PDO
Feb
6
asked When using the get_terms and trying to order the terms using the 'order' and/or 'orderby' does not work
Feb
6
comment WordPress mysqli and PDO
I checked the code at wp-db.php. On line, 1133, it's got the db_connect function and according to it, it's not even mysqli. I'm confused. line 1143 clearly has this; $this->dbh = @mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags ); and according to the PHP manual, ( php.net/manual/en/function.mysql-connect.php ), this is a mysql code, Not mysqli. Does WP really use mysql ?
Feb
6
revised WordPress mysqli and PDO
added 20 characters in body; edited title
Feb
6
asked WordPress mysqli and PDO
Feb
4
answered finding out the top 5 source ( source is a custom taxonomy ), in a given category
Feb
3
revised finding out the top 5 source ( source is a custom taxonomy ), in a given category
added 8 characters in body
Feb
3
revised finding out the top 5 source ( source is a custom taxonomy ), in a given category
added 8 characters in body
Feb
3
revised finding out the top 5 source ( source is a custom taxonomy ), in a given category
added 513 characters in body
Feb
3
asked finding out the top 5 source ( source is a custom taxonomy ), in a given category