recommended by @Screenfeed ``` php if ( ! function_exists( 'sf_conditional_script' ) ) : function sf_conditional_script( $handle, $condition = 'lt IE 9' ) { return $GLOBALS['wp_scripts']->add_data( $handle, 'conditional', $condition ); } endif; ```