* * @since 1.0.0 * @return Envato_Market The one true Envato_Market Instance */ function envato_market() { return Envato_Market::instance(); } endif; /** * Loads the main instance of Envato_Market to prevent * the need to use globals. * * This doesn't fire the activation hook correctly if done in 'after_setup_theme' hook. * * @since 1.0.0 * @return object Envato_Market */ envato_market(); } if ( ! function_exists( 'envato_market_fail_php_version' ) ) { /** * Show in WP Dashboard notice about the plugin is not activated. * * @since 2.0.0 * * @return void */ function envato_market_fail_php_version() { $message = esc_html__( 'The Envato Market plugin requires PHP version 5.4+, plugin is currently NOT ACTIVE. Please contact the hosting provider to upgrade the version of PHP.', 'envato-market' ); $html_message = sprintf( '