_display(); ?>


time() ) { return false; } // @todo Change this to edd_count_orders in 3.0 $payments = edd_count_payments(); return isset( $payments->publish ) && $payments->publish >= 15; } /** * Builds the UTM parameters for the URLs. * * @since 2.11.4 * * @return string */ private function url() { $url = edd_link_helper( 'https://easydigitaldownloads.com/plugin-feedback/', array( 'utm_medium' => 'feedback-' . static::TYPE, 'utm_content' => 'give-feedback', ) ); return $url; } }