The biggest platform for WordPress products

WP Subscribe Pro MyThemeShop

These days, having an email subscriber list is key to running a successful blog, so we created WP Subscribe Pro. Boost your conversions of traffic to subscribers, and generate more residual traffic and earnings. WP Subscribe Pro supports Feedburner, MailChimp and Aweber and is a must-have plugin for any blog.

  • wp-subscribe-pro
    • .csscomb.json
    • .gitattributes
    • .gitignore
    • .jshintrc
    • assets
      • css
        • wp-subscribe-form.css
        • wp-subscribe-options.css
        • wp-subscribe-popup.css
      • js
        • jquery.cookie.js
        • jquery.exitIntent.js
        • magnificpopup.js
        • wp-subscribe-admin.js
        • wp-subscribe-form.js
        • wp-subscribe-options.js
      • sass
        • wp-subscribe-form.scss
        • _base.scss
        • _mixins.scss
    • changelog.txt
    • developer-filters.php
    • Gruntfile.js
    • includes
      • class-wps-base.php
      • subscription
        • class-wps-activecampaign.php
        • class-wps-acumbamail.php
        • class-wps-aweber.php
        • class-wps-base.php
        • class-wps-benchmark.php
        • class-wps-constantcontact.php
        • class-wps-convertkit.php
        • class-wps-drip.php
        • class-wps-feedburner.php
        • class-wps-freshmail.php
        • class-wps-getresponse.php
        • class-wps-knews.php
        • class-wps-madmimi.php
        • class-wps-mailchimp.php
        • class-wps-mailerlite.php
        • class-wps-mailpoet.php
        • class-wps-mailpoet3.php
        • class-wps-mailrelay.php
        • class-wps-mailster.php
        • class-wps-markethero.php
        • class-wps-mymail.php
        • class-wps-sendgrid.php
        • class-wps-sendinblue.php
        • class-wps-sendy.php
        • libs
          • activecampaign
            • Account.class.php
            • ActiveCampaign.class.php
            • Auth.class.php
            • Automation.class.php
            • Campaign.class.php
            • Connector.class.php
            • Contact.class.php
            • Deal.class.php
            • Design.class.php
            • exceptions
              • RequestException.php
            • Form.class.php
            • Group.class.php
            • List.class.php
            • Message.class.php
            • Segment.class.php
            • Settings.class.php
            • Subscriber.class.php
            • Tag.class.php
            • Tracking.class.php
            • User.class.php
            • Webhook.class.php
          • acumbamail.php
          • aweber_api
            • aweber.php
            • aweber_api.php
            • aweber_collection.php
            • aweber_entry.php
            • aweber_entry_data_array.php
            • aweber_response.php
            • curl_object.php
            • curl_response.php
            • exceptions.php
            • oauth_adapter.php
            • oauth_application.php
          • class-mailrelay-api.php
          • constant-contact
            • autoload.php
            • composer
              • autoload_classmap.php
              • autoload_files.php
              • autoload_namespaces.php
              • autoload_psr4.php
              • autoload_real.php
              • ClassLoader.php
              • installed.json
              • LICENSE
            • constantcontact
              • constantcontact
                • .gitignore
                • .travis.yml
                • composer.json
                • license.txt
                • README.md
                • src
                  • Ctct
                    • Auth
                      • CtctDataStore.php
                      • CtctOAuth2.php
                      • SessionDataStore.php
                    • autoload.php
                    • Components
                      • Account
                        • AccountInfo.php
                        • VerifiedEmailAddress.php
                      • Activities
                        • Activity.php
                        • ActivityError.php
                        • AddContacts.php
                        • AddContactsImportData.php
                        • ExportContacts.php
                      • Component.php
                      • Contacts
                        • Address.php
                        • Contact.php
                        • ContactList.php
                        • CustomField.php
                        • EmailAddress.php
                        • Note.php
                      • EmailMarketing
                        • Campaign.php
                        • CampaignPreview.php
                        • ClickThroughDetails.php
                        • MessageFooter.php
                        • Schedule.php
                        • TestSend.php
                      • Library
                        • File.php
                        • FileUploadStatus.php
                        • Folder.php
                        • Thumbnail.php
                      • ResultSet.php
                      • Tracking
                        • BounceActivity.php
                        • ClickActivity.php
                        • ForwardActivity.php
                        • OpenActivity.php
                        • SendActivity.php
                        • TrackingActivity.php
                        • TrackingSummary.php
                        • UnsubscribeActivity.php
                    • ConstantContact.php
                    • Exceptions
                      • CtctException.php
                      • IllegalArgumentException.php
                      • OAuth2Exception.php
                    • Services
                      • AccountService.php
                      • ActivityService.php
                      • BaseService.php
                      • CampaignScheduleService.php
                      • CampaignTrackingService.php
                      • ContactService.php
                      • ContactTrackingService.php
                      • EmailMarketingService.php
                      • LibraryService.php
                      • ListService.php
                    • SplClassLoader.php
                    • Util
                      • Config.php
                    • WebHooks
                      • CTCTWebhookUtil.php
            • guzzlehttp
              • guzzle
                • .editorconfig
                • .gitignore
                • .travis.yml
                • build
                  • packager.php
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • Makefile
                • README.md
                • src
                  • BatchResults.php
                  • Client.php
                  • ClientInterface.php
                  • Collection.php
                  • Cookie
                    • CookieJar.php
                    • CookieJarInterface.php
                    • FileCookieJar.php
                    • SessionCookieJar.php
                    • SetCookie.php
                  • Event
                    • AbstractEvent.php
                    • AbstractRequestEvent.php
                    • AbstractRetryableEvent.php
                    • AbstractTransferEvent.php
                    • BeforeEvent.php
                    • CompleteEvent.php
                    • Emitter.php
                    • EmitterInterface.php
                    • EndEvent.php
                    • ErrorEvent.php
                    • EventInterface.php
                    • HasEmitterInterface.php
                    • HasEmitterTrait.php
                    • ListenerAttacherTrait.php
                    • ProgressEvent.php
                    • RequestEvents.php
                    • SubscriberInterface.php
                  • Exception
                    • BadResponseException.php
                    • ClientException.php
                    • ConnectException.php
                    • CouldNotRewindStreamException.php
                    • ParseException.php
                    • RequestException.php
                    • ServerException.php
                    • StateException.php
                    • TooManyRedirectsException.php
                    • TransferException.php
                    • XmlParseException.php
                  • HasDataTrait.php
                  • Message
                    • AbstractMessage.php
                    • AppliesHeadersInterface.php
                    • FutureResponse.php
                    • MessageFactory.php
                    • MessageFactoryInterface.php
                    • MessageInterface.php
                    • MessageParser.php
                    • Request.php
                    • RequestInterface.php
                    • Response.php
                    • ResponseInterface.php
                  • Mimetypes.php
                  • Pool.php
                  • Post
                    • MultipartBody.php
                    • PostBody.php
                    • PostBodyInterface.php
                    • PostFile.php
                    • PostFileInterface.php
                  • Query.php
                  • QueryParser.php
                  • RequestFsm.php
                  • RingBridge.php
                  • Subscriber
                    • Cookie.php
                    • History.php
                    • HttpError.php
                    • Mock.php
                    • Prepare.php
                    • Redirect.php
                  • ToArrayInterface.php
                  • Transaction.php
                  • UriTemplate.php
                  • Url.php
                  • Utils.php
                • UPGRADING.md
              • ringphp
                • .gitignore
                • .travis.yml
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • Makefile
                • README.rst
                • src
                  • Client
                    • ClientUtils.php
                    • CurlFactory.php
                    • CurlHandler.php
                    • CurlMultiHandler.php
                    • Middleware.php
                    • MockHandler.php
                    • StreamHandler.php
                  • Core.php
                  • Exception
                    • CancelledException.php
                    • CancelledFutureAccessException.php
                    • ConnectException.php
                    • RingException.php
                  • Future
                    • BaseFutureTrait.php
                    • CompletedFutureArray.php
                    • CompletedFutureValue.php
                    • FutureArray.php
                    • FutureArrayInterface.php
                    • FutureInterface.php
                    • FutureValue.php
                    • MagicFutureTrait.php
              • streams
                • .gitignore
                • .travis.yml
                • CHANGELOG.rst
                • composer.json
                • LICENSE
                • Makefile
                • README.rst
                • src
                  • AppendStream.php
                  • AsyncReadStream.php
                  • BufferStream.php
                  • CachingStream.php
                  • DroppingStream.php
                  • Exception
                    • CannotAttachException.php
                    • SeekException.php
                  • FnStream.php
                  • GuzzleStreamWrapper.php
                  • InflateStream.php
                  • LazyOpenStream.php
                  • LimitStream.php
                  • MetadataStreamInterface.php
                  • NoSeekStream.php
                  • NullStream.php
                  • PumpStream.php
                  • Stream.php
                  • StreamDecoratorTrait.php
                  • StreamInterface.php
                  • Utils.php
            • react
              • promise
                • .gitignore
                • .travis.yml
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • README.md
                • src
                  • CancellablePromiseInterface.php
                  • Deferred.php
                  • ExtendedPromiseInterface.php
                  • FulfilledPromise.php
                  • functions.php
                  • functions_include.php
                  • LazyPromise.php
                  • Promise.php
                  • PromiseInterface.php
                  • PromisorInterface.php
                  • RejectedPromise.php
                  • UnhandledRejectionException.php
          • convertkit.php
          • drip.php
          • freshmail.php
          • getresponse.php
          • madmimi
            • MadMimi.class.php
            • Spyc.class.php
          • mailchimp.php
          • mailerlite
            • autoload.php
            • clue
              • stream-filter
                • .gitignore
                • .travis.yml
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • README.md
                • src
                  • CallbackFilter.php
                  • functions.php
            • composer
              • autoload_classmap.php
              • autoload_files.php
              • autoload_namespaces.php
              • autoload_psr4.php
              • autoload_real.php
              • autoload_static.php
              • ClassLoader.php
              • installed.json
              • LICENSE
            • guzzlehttp
              • psr7
                • .gitignore
                • .travis.yml
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • Makefile
                • README.md
                • src
                  • AppendStream.php
                  • BufferStream.php
                  • CachingStream.php
                  • DroppingStream.php
                  • FnStream.php
                  • functions.php
                  • functions_include.php
                  • InflateStream.php
                  • LazyOpenStream.php
                  • LimitStream.php
                  • MessageTrait.php
                  • MultipartStream.php
                  • NoSeekStream.php
                  • PumpStream.php
                  • Request.php
                  • Response.php
                  • ServerRequest.php
                  • Stream.php
                  • StreamDecoratorTrait.php
                  • StreamWrapper.php
                  • UploadedFile.php
                  • Uri.php
            • mailerlite
              • mailerlite-api-v2-php-sdk
                • .gitignore
                • composer.json
                • README.md
                • src
                  • Api
                    • Campaigns.php
                    • Fields.php
                    • Groups.php
                    • Subscribers.php
                  • Common
                    • ApiAbstract.php
                    • ApiConstants.php
                    • Collection.php
                    • RestClient.php
                  • Exceptions
                    • MailerLiteSdkException.php
                  • MailerLite.php
            • php-http
              • curl-client
                • .php_cs
                • .styleci.yml
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • puli.json
                • README.md
                • src
                  • Client.php
                  • CurlPromise.php
                  • MultiRunner.php
                  • PromiseCore.php
                  • ResponseBuilder.php
              • discovery
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • README.md
                • src
                  • ClassDiscovery.php
                  • Exception
                    • ClassInstantiationFailedException.php
                    • DiscoveryFailedException.php
                    • NotFoundException.php
                    • PuliUnavailableException.php
                    • StrategyUnavailableException.php
                  • Exception.php
                  • HttpAsyncClientDiscovery.php
                  • HttpClientDiscovery.php
                  • MessageFactoryDiscovery.php
                  • NotFoundException.php
                  • Strategy
                    • CommonClassesStrategy.php
                    • DiscoveryStrategy.php
                    • PuliBetaStrategy.php
                  • StreamFactoryDiscovery.php
                  • UriFactoryDiscovery.php
              • httplug
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • puli.json
                • README.md
                • src
                  • Exception
                    • HttpException.php
                    • NetworkException.php
                    • RequestException.php
                    • TransferException.php
                  • Exception.php
                  • HttpAsyncClient.php
                  • HttpClient.php
                  • Promise
                    • HttpFulfilledPromise.php
                    • HttpRejectedPromise.php
              • message
                • apigen.neon
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • puli.json
                • README.md
                • src
                  • Authentication
                    • AutoBasicAuth.php
                    • BasicAuth.php
                    • Bearer.php
                    • Chain.php
                    • Matching.php
                    • QueryParam.php
                    • RequestConditional.php
                    • Wsse.php
                  • Authentication.php
                  • Builder
                    • ResponseBuilder.php
                  • Cookie.php
                  • CookieJar.php
                  • Decorator
                    • MessageDecorator.php
                    • RequestDecorator.php
                    • ResponseDecorator.php
                    • StreamDecorator.php
                  • Encoding
                    • ChunkStream.php
                    • CompressStream.php
                    • DechunkStream.php
                    • DecompressStream.php
                    • DeflateStream.php
                    • Filter
                      • Chunk.php
                    • FilteredStream.php
                    • GzipDecodeStream.php
                    • GzipEncodeStream.php
                    • InflateStream.php
                  • filters.php
                  • Formatter
                    • FullHttpMessageFormatter.php
                    • SimpleFormatter.php
                  • Formatter.php
                  • MessageFactory
                    • DiactorosMessageFactory.php
                    • GuzzleMessageFactory.php
                  • RequestMatcher
                    • CallbackRequestMatcher.php
                    • RegexRequestMatcher.php
                    • RequestMatcher.php
                  • RequestMatcher.php
                  • StreamFactory
                    • DiactorosStreamFactory.php
                    • GuzzleStreamFactory.php
                  • UriFactory
                    • DiactorosUriFactory.php
                    • GuzzleUriFactory.php
              • message-factory
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • puli.json
                • README.md
                • src
                  • MessageFactory.php
                  • RequestFactory.php
                  • ResponseFactory.php
                  • StreamFactory.php
                  • UriFactory.php
              • promise
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • README.md
                • src
                  • FulfilledPromise.php
                  • Promise.php
                  • RejectedPromise.php
            • psr
              • http-message
                • CHANGELOG.md
                • composer.json
                • LICENSE
                • README.md
                • src
                  • MessageInterface.php
                  • RequestInterface.php
                  • ResponseInterface.php
                  • ServerRequestInterface.php
                  • StreamInterface.php
                  • UploadedFileInterface.php
                  • UriInterface.php
          • markethero.php
          • sendgrid
            • Client.php
            • SendGrid.php
          • sendinblue.php
      • wps-functions-options.php
      • wps-helpers.php
      • wps-options.php
      • wps-widget.php
    • languages
      • wp-subscribe-pro.pot
      • wp-subscribe.pot
    • package.json
    • views
      • settings.php
      • tab-popup-content.php
      • tab-popup-trigger.php
      • tab-popup.php
      • tab-single-posts.php
    • wp-subscribe-pro.php
  • wp-subscribe-pro-mythemeshop-v1-7-0.zip
  • Read More ▼

    10000+ Themes/Plugins/Scripts

    Already purchased?

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Money Back Guarantee

    You are fully protected by our 100% Money Back Guarantee 30 day trial period.

    Payment Methods

    We accept all major credit cards including Visa, Mastercard, American Express, as well as PayPal.

    SSL Secure Payment

    Your information is protected by 256-bit SSL encryption identity verification and data security.

    Why choose us?

    You get official products from developers, but our prices are much lower. All files do not contain ads, viruses or malicious code. We have regular updates and direct download links. You will always find something that is not freely available! We are simply the best.

    Affordable price

    Our prices are much lower than developers' prices. You have the opportunity to purchase a premium product at an affordable price!

    Clean content

    100% original files from developers without advertising, viruses or malicious code. All products presented on the site are bought directly from developers, and are not downloaded from other sites.

    Direct download links

    You download the product directly from our website without any waiting and advertising!

    Unlimited license

    Our goal is to provide any user with an opportunity to get premium products at an affordable price. All products you can use on an unlimited number of websites (domains).

    Secure payment

    All payment gateways that we accept use PCI DSS security sertificate.

    New products and latest versions

    We regularly buy and add new WordPress themes and plugins to the site. We also monitor all the updates and add the latest product versions every 2-3 days. If you can’t find the latest version of the product on the site, please contact us.

    Safe

    We have been successfully working since 2018. More than 10,000 customers choose us and buy products on PreRAID. Join now!

    BEST SELLERS