wp.insider
@wpinsider-1 on WordPress.org
- Member Since: May 28th, 2014
Contribution History
wp.insider’s badges:- Plugin Developer
-
Posted a reply to Random invalid request, on the site WordPress.org Forums:
The message that you posted looks to have been customized already via the language translation… -
Posted a reply to Warning: Undefined array key, on the site WordPress.org Forums:
I have released an update that should resolve this. Please update the plugin when you… -
Posted a reply to Warning: Undefined array key, on the site WordPress.org Forums:
I will check this and get back to you -
Posted a reply to Custom mail headers, on the site WordPress.org Forums:
Thank you. Please give us an example of the use case if you can. So… -
Posted a reply to Google 3rd-party apps support ending (sign-in w/ username/password), on the site WordPress.org Forums:
@germars, Are you talking about Gmail SMTP or just standard SMTP from your webhost? We… -
Posted a reply to Screen to advise subscription renwal, on the site WordPress.org Forums:
@mgerney, As suggested by @mbrsolution, this is due to the CSS that your theme is… -
Posted a reply to Message Standard, on the site WordPress.org Forums:
What is the following in relation to (different standard from what)? Explain more so we… -
Posted a reply to Simple Membership API Delete, on the site WordPress.org Forums:
We don't have an API option for delete. This one can be destructive so it… -
Posted a reply to Fatal error! Payment with ref_id swpm_ can’t be found, on the site WordPress.org Forums:
You shouldn't have to put any script code on your site. It's better to identify… -
Posted a reply to Google 3rd-party apps support ending (sign-in w/ username/password), on the site WordPress.org Forums:
Thank you. We will investigate this and try to come up with a solution for… -
Posted a reply to About deleting a user, on the site WordPress.org Forums:
Hi, you can set the account status to "Inactive" which will deactivate the user's account.… -
Posted a reply to in_array function performance, on the site WordPress.org Forums:
Thank you. We will check it out. -
Posted a reply to Array To String conversion Warning (PHP 8.0), on the site WordPress.org Forums:
That looks good but it doesn't cover one scenario where the "to" field is not… -
Posted a reply to Array To String conversion Warning (PHP 8.0), on the site WordPress.org Forums:
Looks like the email "Subject" field's value may have some incorrect formatting. So it's creating… -
Posted a reply to php function location for swpm_mini_login shortcode, on the site WordPress.org Forums:
That hook is triggered from the shortcode that @mbrsolution suggested. I don't really know what… -
Posted a reply to php function location for swpm_mini_login shortcode, on the site WordPress.org Forums:
The recommendation that you posted is not very clear to me so I don't really… -
Posted a reply to Using other login form with SWPM, on the site WordPress.org Forums:
For our simple plugin, it doesn't have the architecture to handle what you suggested. The… -
Posted a reply to Allow registration only with whitelisted email domains, on the site WordPress.org Forums:
We have added a new hook that is triggered after a registration form is submitted.… -
Committed [2684177] to Plugins SVN:
The more tag protection feature will also use the "Account Expired" ... -
Posted a reply to How to reset User Id?, on the site WordPress.org Forums:
It's a database table AUTO_INCREMENT value that you will need to reset in the DB… -
Posted a reply to Payments are showing up a week late, on the site WordPress.org Forums:
Our addon receives the payment infromation from the PayPal API. So if PayPal API gives… -
Posted a reply to Gutenberg block support, on the site WordPress.org Forums:
Yes, the gutenberg blocks can be protected using hte standard partial protection shortcode. You can… -
Posted a reply to Stripe PHP API, on the site WordPress.org Forums:
Hi, Are you using our following new Stripe integration? This is the currently supported stripe… -
Committed [2667899] to Plugins SVN:
wp 5.9 -
Committed [2667897] to Plugins SVN:
wp5.9 -
Committed [2667896] to Plugins SVN:
wp5.9 -
Committed [2667894] to Plugins SVN:
wp5.9 -
Committed [2667893] to Plugins SVN:
wp 5.9 -
Committed [2667892] to Plugins SVN:
wp 5.9 -
Committed [2667887] to Plugins SVN:
wp 5.9 -
Committed [2667884] to Plugins SVN:
wp 5.9 -
Posted a reply to Login Problem without Remember Me, on the site WordPress.org Forums:
This looks like a site specific conflict with something (most likely due to a clash… -
Posted a reply to php function location for swpm_mini_login shortcode, on the site WordPress.org Forums:
Hi, The following shows where the code for the mini login shortcode is: https://github.com/wp-insider/simple-membership/blob/c17fcc101d8ce6bb0f95f7592069fb9279f48e63/simple-membership/classes/shortcode-related/class.swpm-shortcodes-handler.php#L117 There… -
Posted a reply to Add invoice prefix, on the site WordPress.org Forums:
The following shows the new filter that we added to the repository. You can download… -
Posted a reply to Paypal Sandbox buttons having errors, on the site WordPress.org Forums:
For sandbox mode you will need to configure another button since the PayPal email address… -
Posted a reply to PayPal-Pro gateway requires SSL certificate for better security. The Secure chec, on the site WordPress.org Forums:
A plugin like the following can sometimes be helpful to make all your post/page content… -
Posted a reply to Add invoice prefix, on the site WordPress.org Forums:
It's better to use a filter hook for this. Our addon gets the order number… -
Posted a reply to CSS for Activation email has been sent, on the site WordPress.org Forums:
That is a system page. So it can't be customized easily unfortunately. It will need… -
Posted a reply to simple membership – bulk import, on the site WordPress.org Forums:
Hi, Normally there is another function call after the import that updates the password to… -
Posted a reply to Cancellation of subscription, on the site WordPress.org Forums:
The sandbox mode and live mode both uses exactly the same code. I have just… -
Posted a reply to I don’t want Stripe to pester my subscribers, on the site WordPress.org Forums:
With our plugin, we use the simple/standard Stripe checkout option where the subscription product is… -
Posted a reply to I don’t want Stripe to pester my subscribers, on the site WordPress.org Forums:
No, you can't do that with the standard Stripe subscription payment option that our plugin… -
Posted a reply to Function to create membership from user ID, on the site WordPress.org Forums:
With our plugin the concept of membership level needs to be taken into account. So… -
Posted a reply to How to export and import simple-membership plugin Settings?, on the site WordPress.org Forums:
The settings of this plugin is stored in the standard wp_options database table (using the… -
Posted a reply to Registration Form Width, on the site WordPress.org Forums:
The form looks wide enough already. I think you want the fields to be wider… -
Posted a reply to Error: duplicate invoice ID supplied, on the site WordPress.org Forums:
I have reverted the temporary fix that was introduced for that PayPal error. -
Committed [2624400] to Plugins SVN:
- Reversing the temporary fix that was added for the PayPal's ... -
Committed [2624398] to Plugins SVN:
tagging v2.9.8 -
Posted a reply to Fatal error! Payment with ref_id swpm_ can’t be found, on the site WordPress.org Forums:
1) The cause is a JavaScript error on your site coming from another plugin or… -
Posted a reply to Fatal error! Payment with ref_id swpm_ can’t be found, on the site WordPress.org Forums:
At this stage, I am not seeing any issue with the payment button system. I…
Developer
-
Affiliates Manager
Active Installs: 10,000+
-
Affiliates Manager and Sell Digital Downloads
Active Installs: 60+
-
Affiliates Manager MailChimp Integration
Active Installs: 300+
-
Affiliates Manager MailPoet Integration
Active Installs: 80+
-
Affiliates Manager Paid Membership Pro Integration
Active Installs: 300+
-
Easy WP SMTP
Active Installs: 600,000+
-
Sell Digital Downloads
Active Installs: 900+
-
Simple Membership
Active Installs: 50,000+
-
Simple Membership After Login Redirection
Active Installs: 20,000+
-
Simple Membership Custom Messages
Active Installs: 8,000+
-
Simple Membership Form Shortcode
Active Installs: 3,000+
-
Simple Membership MailChimp Integration
Active Installs: 1,000+
-
Simple Membership Postie Integration
Active Installs: 10+
-
Simple Membership WP user Import
Active Installs: 5,000+
-
WooCommerce Braintree Payment Gateway
Active Installs: 800+
-
WooCommerce PayPal Pro Payment Gateway
Active Installs: 6,000+
Contributor
-
Affiliates Manager Google reCAPTCHA Integration
Active Installs: 800+
-
Affiliates Manager S2Member Integration
Active Installs: 100+
-
Affiliates Manager Simple Membership Integration
Active Installs: 200+
-
Affiliates Manager Stripe Payments Integration
Active Installs: 100+
-
Affiliates Manager WooCommerce Subscription Integration
Active Installs: 300+
-
Affiliates Manager WP eStore Integration
Active Installs: 80+
-
Affiliates Manager WP Express Checkout Integration
Active Installs: Less than 10
-
Auto WooCommerce Affiliate Account Creation
Active Installs: 500+
-
Genesis Simple Headers
Active Installs: 1,000+