/** * Check plugin updates - typically for AJAX use * * @since 0.01 * */ static function check_plugin_updates() { echo WP_CRM_F::feature_check(true); }
/** * Check plugin updates - typically for AJAX use * * @since 0.01 * */ function check_plugin_updates() { global $wp_crm; echo WP_CRM_F::feature_check(true); }