|
Jan 9 |
comment |
Is there a limit to hook priority? The "bonus" is a bad idea, in case the definition for $wp_filter ever changes. It is not meant to be used directly by plugins. We have made modifications in the past (primarily for performance reasons, incidentally). |
|
Dec 30 |
comment |
Enqueue Google Web Fonts Without Messing Up Symbols In URL I spoke about both in my answer, and comment. You were worried about both in your original question. |
|
Dec 30 |
awarded | Nice Answer |
|
Dec 30 |
awarded | Announcer |
|
Dec 30 |
comment |
Enqueue Google Web Fonts Without Messing Up Symbols In URL Correct. I edited my answer slightly to make it a bit more clear. In this case, the ampersand is an escaped HTML entity, not URL encoded. It should not be encoded (which would be %38) because it is being used in its special URL role. URL encoding a reserved or unsafe character like |, :, or spaces are separate, and also encouraged. |
|
Dec 30 |
revised |
Enqueue Google Web Fonts Without Messing Up Symbols In URL added 12 characters in body |
|
Dec 30 |
revised |
Lack of composite indexes for meta tables deleted 5 characters in body |
|
Dec 30 |
comment |
Enqueue Google Web Fonts Without Messing Up Symbols In URL This is a very clever solution, but would it not be better to steer a user toward the knowledge they need to realize their problem is not a problem, rather than the code that does what they think they need, but don't? |
|
Dec 30 |
answered | Enqueue Google Web Fonts Without Messing Up Symbols In URL |
|
Dec 17 |
answered | twentyeleven_content_nav hook no longer outputs navigation link after 3.5 upgrade |
|
Dec 14 |
comment |
$wpdb->prepare() warning in WordPress 3.5 The "other possibility" won't work. You can't quote a table name. Prepare should only be used for values. |
|
Nov 18 |
answered | Lack of composite indexes for meta tables |
|
Aug 25 |
awarded | Yearling |
|
Jun 21 |
awarded | Enlightened |
|
Jun 21 |
awarded | Nice Answer |
|
Jun 20 |
answered | How to override pluggable function in theme? |
|
Jun 18 |
awarded | Editor |
|
Jun 18 |
revised |
Why are there updates for obsolete WordPress versions? Added additional note on stability of branches, and formal packages. |
|
Jun 18 |
answered | Why are there updates for obsolete WordPress versions? |
|
Feb 18 |
awarded | Nice Answer |