<?php /* * Deprecated functions * * @version 1.0 * @author Greatives Team * @URI http://greatives.eu */ if ( ! function_exists( 'grve_theme_osmosis_info' ) ) { function grve_theme_osmosis_info() { _deprecated_function( 'grve_theme_osmosis_info', '4.0' ,'osmosis_grve_info' ); } } //Omit closing PHP tag to avoid accidental whitespace output errors.