get_snippet_code(); // If we're doing the activation, unslash the code similar to how it will be unslashed before saving in wp_insert_post. if ( wpcode()->execute->is_doing_activation() && isset( $_POST['wpcode_snippet_code'] ) ) { $code = wp_unslash( $code ); } return wpcode()->execute->safe_execute_php( $code, $this->snippet ); } }