Title: seuser's Replies | WordPress.org

---

# seuser

  [  ](https://wordpress.org/support/users/seuser/)

 *   [Profile](https://wordpress.org/support/users/seuser/)
 *   [Topics Started](https://wordpress.org/support/users/seuser/topics/)
 *   [Replies Created](https://wordpress.org/support/users/seuser/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/seuser/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/seuser/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/seuser/engagements/)
 *   [Favorites](https://wordpress.org/support/users/seuser/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Footnotes Made Easy] Plugin issues: update](https://wordpress.org/support/topic/plugin-issues-update/)
 *  [seuser](https://wordpress.org/support/users/seuser/)
 * (@seuser)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-issues-update/page/2/#post-11714147)
 * Glad it helped 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Footnotes Made Easy] Plugin issues: update](https://wordpress.org/support/topic/plugin-issues-update/)
 *  [seuser](https://wordpress.org/support/users/seuser/)
 * (@seuser)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-issues-update/#post-11710365)
 * Hi David,
 * Looking ‘footnotes-made-easy.php’ it seems this code gets called unconditionally
   when the plugin is active because you have this in the constructor of `class 
   swas_wp_footnotes`:
    ` if( !empty($_POST[ ‘save_options’ ] ) ) { ` Would suggest
   changing this to something like ` if( !empty( $_POST[ ‘save_options’ ] ) && !
   empty( $_POST[ ‘save_footnotes_made_easy_options’ ] ) ) { ` and adding a hidden
   var to ‘options.php’ like ` <input type=”hidden” name=”save_footnotes_made_easy_options”
   value=”1″ /> ` To ensure that this gets called only when this plugin is saved,
   otherwise your options will be overwritten with empty options if any other plugin
   or wordpress code submits anything that contains a POST val of `save_options`.
 * The same issue happens with reset options – it is likely reset more often than
   desired if triggered by some other plugin or core.
 * Hope that helps!
    Scott
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[reSmush.it : The original free image compressor and optimizer plugin] PHP Warning on the plugin page](https://wordpress.org/support/topic/php-warning-on-the-plugin-page/)
 *  [seuser](https://wordpress.org/support/users/seuser/)
 * (@seuser)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/php-warning-on-the-plugin-page/#post-10871763)
 * Hi Charles,
 * There is another php 7.2 notice issue as well:
    `Notice: Undefined variable: 
   files_not_found in /var/www/html/wp-content/plugins/resmushit-image-optimizer/
   classes/resmushit.class.php on line 343`
 * This can be fixed by defining the array initially at the top of `reSmushit::getNonOptimizedPictures()`
   like `$files_not_found = array();`.
 * Thanks,
    Scott
    -  This reply was modified 7 years, 9 months ago by [seuser](https://wordpress.org/support/users/seuser/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FB GoCardless Hosted for Gravity Forms] Gravity forms not recognising the integration](https://wordpress.org/support/topic/gravity-forms-not-recognising-the-integration/)
 *  Plugin Author [seuser](https://wordpress.org/support/users/seuser/)
 * (@seuser)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/gravity-forms-not-recognising-the-integration/#post-10261255)
 * You’ll by the way want to make sure it’s using single quotes and not an apostrophe(
   the installation instructions page on WordPress.org automatically converts single
   quotes to apostrophes unfortunately).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FB GoCardless Hosted for Gravity Forms] Gravity forms not recognising the integration](https://wordpress.org/support/topic/gravity-forms-not-recognising-the-integration/)
 *  Plugin Author [seuser](https://wordpress.org/support/users/seuser/)
 * (@seuser)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/gravity-forms-not-recognising-the-integration/#post-10261249)
 * Hi there!
 * That is all that is needed. You can see the code [here](https://plugins.trac.wordpress.org/browser/fb-gocardless-hosted-for-gravity-forms/trunk/classes/class-fb-gf-gocardless-hosted.php#L122)
   checking for just those two constants.
 * To check if these are defined, in any template you could test like so:
 *     ```
       print 'FB_GF_GOCARDLESS_HOSTED_ENVIRONMENT' . ( defined( 'FB_GF_GOCARDLESS_HOSTED_ENVIRONMENT' ) ? ' is defined' : ' is not defined');
       print 'FB_GF_GOCARDLESS_HOSTED_READWRITE_TOKEN' . ( defined( 'FB_GF_GOCARDLESS_HOSTED_READWRITE_TOKEN' ) ? ' is defined' : ' is not defined');
       ```
   
 * Thanks,
    Scott
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FB GoCardless Hosted for Gravity Forms] Success page redirect](https://wordpress.org/support/topic/success-page-redirect/)
 *  Plugin Author [seuser](https://wordpress.org/support/users/seuser/)
 * (@seuser)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/success-page-redirect/#post-10261233)
 * Glad you managed to sort it! Apologies for the delayed reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Paypal Changes could break store](https://wordpress.org/support/topic/paypal-changes-could-break-store/)
 *  [seuser](https://wordpress.org/support/users/seuser/)
 * (@seuser)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paypal-changes-could-break-store/#post-5952383)
 * This discussion is also taking place here:
    [https://wordpress.org/support/topic/paypal-upgrade](https://wordpress.org/support/topic/paypal-upgrade)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cart66 Lite :: WordPress Ecommerce] Paypal upgrade](https://wordpress.org/support/topic/paypal-upgrade/)
 *  [seuser](https://wordpress.org/support/users/seuser/)
 * (@seuser)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paypal-upgrade/#post-5914793)
 * This isn’t really related to WP E-Commerce.
 * If you have an SSL certificate (ie, visitors browse your site via [https://yourdomain.com](https://yourdomain.com)),
   you need to make sure your SSL certificate is strong enough. Your host can advise
   on this. You can also click the ‘lock’ icon next to the address bar in your browser
   and view the connection details to see information about your certificate.
 * If you don’t have SSL (the [https://](https://wordpress.org/support/users/seuser/replies/?output_format=md))
   on your site, this doesn’t affect you. See this discussion here where this person
   asked PayPal and they confirmed they will continue to allow insecure connections:
   
   [http://civicrm.stackexchange.com/questions/6369/do-sites-without-ssl-now-need-one-for-paypal-ipn](http://civicrm.stackexchange.com/questions/6369/do-sites-without-ssl-now-need-one-for-paypal-ipn)
 * Note: an insecure connection definitely should not be used if any sensitive details
   are collected on your website. It should really be used at all times for any 
   details, but if you send the visitor off to PayPal where they make the payment
   itself, there is less risk.
 * Note2: if you do not use SSL (or use an insecure one), it would be wise not trust
   what you see in WP-Admin and check your paypal account to ensure you actually
   received the payment before shipping.

Viewing 8 replies - 1 through 8 (of 8 total)