$view_data The initial View data. * * @return array The filtered View data, some entries removed from it to avoid the data script * being mangled by escaping and texturizing functions running on it. */ public static function clean_data( $view_data ) { if ( ! is_array( $view_data ) ) { return $view_data; } /* * Remove the JSON-LD data, it's already printed by the `components/json-ld-data.php` template. Printing a * `