Title: ssimo3's Replies | WordPress.org

---

# ssimo3

  [  ](https://wordpress.org/support/users/ssimo3/)

 *   [Profile](https://wordpress.org/support/users/ssimo3/)
 *   [Topics Started](https://wordpress.org/support/users/ssimo3/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ssimo3/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ssimo3/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ssimo3/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ssimo3/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ssimo3/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] PHP functions for manipulating PODS relationship field types and definitions](https://wordpress.org/support/topic/php-functions-for-manipulating-pods-relationship-field-types-and-definitions/)
 *  Thread Starter [ssimo3](https://wordpress.org/support/users/ssimo3/)
 * (@ssimo3)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/php-functions-for-manipulating-pods-relationship-field-types-and-definitions/#post-16001478)
 * 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?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Health Check: Background updates not working as expected, extra line breaks](https://wordpress.org/support/topic/site-health-check-background-updates-not-working-as-expected-extra-line-breaks/)
 *  Thread Starter [ssimo3](https://wordpress.org/support/users/ssimo3/)
 * (@ssimo3)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/site-health-check-background-updates-not-working-as-expected-extra-line-breaks/#post-13162387)
 * It turns out that my `functions.php` file had a closing `?>` and trailing line
   breaks. These line breaks would be echoed in all requests. Removing them solved
   my problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [oEmbed script tags](https://wordpress.org/support/topic/oembed-script-tags/)
 *  Thread Starter [ssimo3](https://wordpress.org/support/users/ssimo3/)
 * (@ssimo3)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/oembed-script-tags/#post-10621929)
 * I’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’s`
   header-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 `sandbox` attribute.
    -  This reply was modified 7 years, 10 months ago by [ssimo3](https://wordpress.org/support/users/ssimo3/).

Viewing 3 replies - 1 through 3 (of 3 total)