| bio | website | stackoverflow.com/users/21406/… |
|---|---|---|
| location | Sydney, Australia | |
| age | ||
| visits | member for | 1 year, 11 months |
| seen | Apr 16 at 23:48 | |
| stats | profile views | 8 |
I'm a web developer from Sydney, Australia.
|
Apr 14 |
comment |
wp_generate_attachment_metadata returns empty array wp_insert_attachment takes as the first parameter an array with attachment data. codex.wordpress.org/Function_Reference/wp_insert_attachment |
|
Apr 9 |
accepted | Walker_Nav_Menu exeption |
|
Apr 9 |
comment |
Walker_Nav_Menu exeption Got it. The error was throwing me off. It gave me the impression the problem was in WP core but it's referring to the definition of the signature, not where the problem occurred. |
|
Apr 9 |
comment |
Walker_Nav_Menu exeption I know. It's a WordPress class, it's not for me to change. My question is what's the best way to work around the problem (preferably without meddling with WP's internals)... |
|
Apr 9 |
revised |
Walker_Nav_Menu exeption added 11 characters in body |
|
Apr 9 |
asked | Walker_Nav_Menu exeption |
|
Mar 24 |
accepted | Disable Wordpress URL auto complete |
|
Mar 24 |
asked | Disable Wordpress URL auto complete |
|
Dec 25 |
revised |
Generating custom URL before post is published deleted 1 characters in body |
|
Dec 24 |
asked | Generating custom URL before post is published |
|
Nov 12 |
comment |
remove_action returns FALSE Which one is working for you? With or without the init? |
|
Nov 12 |
comment |
remove_action returns FALSE You mean by Wordpress? In wp-includes/default-filters.php line 209 |
|
Nov 12 |
comment |
remove_action returns FALSE Already checked that. It's added in wp-includes/default-filters.php line 209. No priorities or other parameters are specified. |
|
Nov 12 |
asked | remove_action returns FALSE |
|
May 20 |
awarded | Critic |
|
Apr 22 |
awarded | Tumbleweed |
|
Mar 15 |
comment |
Is it possible to add an item the Post Publish panel? Good stuff! Thank you, kind Sir. |
|
Mar 15 |
accepted | Is it possible to add an item the Post Publish panel? |
|
Mar 15 |
asked | Is it possible to add an item the Post Publish panel? |
|
Mar 13 |
comment |
Most efficient way to get posts with postmeta This answer should be marked correct. |