Brittany Dean posted a status
Jan 16, 2021
Hey guys! Hope everyone is having a good day. Tommy added some new features that you can use for your own profile. We are still adding to the site to make it user friendly and things of that nature. If you have any suggestions, please let us know!

You need to be a member of OurPlace to add comments!

Join OurPlace

// this function initializes the iframe elements function add_iframe($initArray) { $initArray['extended_valid_elements'] = "iframe[id|class|title|style|align|frameborder|height|longdesc|marginheight|marginwidth|name|scrolling|src|width]"; return $initArray; } // this function alters the way the WordPress editor filters your code add_filter('tiny_mce_before_init', 'add_iframe');