1 2 3 4 5
<?php function get_faces() { return json_decode( file_get_contents( __DIR__ . '/faces.json' ) ); }