ssimo3
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
What is the expected return value of said filter? Is it something of the form
array( array( 'name' => 'name1', 'value' => 'value1' ), array( 'name' => 'name2', 'value' => 'value2' ) )where “name” is the label and “value” is the value of the choice?
It turns out that my
functions.phpfile had a closing?>and trailing line breaks. These line breaks would be echoed in all requests. Removing them solved my problem.Forum: Fixing WordPress
In reply to: oEmbed script tagsI’m actually working on it. I’ve discovered what I think is a new bug in the process, though: I have added
<base target="_blank" />to my WordPress theme’sheader-embed.php, but I cannot get WordPress to obey it. If I embed non-WordPress content into an iframe that has<base target="_blank"/>, it works just fine; it is broken only on WordPress as an oEmbed provider.And yes, before you ask, I have tried removing the
sandboxattribute.- This reply was modified 7 years, 9 months ago by ssimo3.
Viewing 3 replies - 1 through 3 (of 3 total)