Our Elf on the Shelf Adventures » 25024_190534167754306_1123534388_n

12181_190172564457133_1101873915_n 222305_190887744385615_120161995_n

Leave a comment

a mom blog community!
// ==================================================== // Prevent editor from stripping iframe code // ==================================================== function mytheme_tinymce_config( $init ) {  $valid_iframe = 'iframe[id|class|title|style|align|frameborder|height|longdesc|marginheight|marginwidth|name|scrolling|src|width]';  if ( isset( $init['extended_valid_elements'] ) ) {   $init['extended_valid_elements'] .= ',' . $valid_iframe;  } else {   $init['extended_valid_elements'] = $valid_iframe;  }  return $init; } add_filter('tiny_mce_before_init', 'mytheme_tinymce_config');