Title: base1's Replies | WordPress.org

---

# base1

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 - PayPal & Stripe Add-on] An unexpected error occurred. Please try again.](https://wordpress.org/support/topic/an-unexpected-error-occurred-please-try-again-4/)
 *  Thread Starter [base1](https://wordpress.org/support/users/base1/)
 * (@base1)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/an-unexpected-error-occurred-please-try-again-4/#post-18225129)
 * Seems this has been fixed! I’ve tested a couple of forms, and Stripe redirect
   worked as expected! 
   Glad this is now resolved 🙂
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Appointments] FATAL ERROR](https://wordpress.org/support/topic/fatal-error-2415/)
 *  [base1](https://wordpress.org/support/users/base1/)
 * (@base1)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-2415/#post-8682153)
 * +1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Appointments] Can't activate plugin – autoload.php error](https://wordpress.org/support/topic/cant-activate-plugin-autoloadphp-error/)
 *  Thread Starter [base1](https://wordpress.org/support/users/base1/)
 * (@base1)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/cant-activate-plugin-autoloadphp-error/#post-6993901)
 * Yup, that did the trick! Thanks, Nikola.
 * I guess i won’t be able to update the plugin, though?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bogo] Replace displayed languages' names in switcher](https://wordpress.org/support/topic/replace-displayed-languages-names-in-switcher/)
 *  [base1](https://wordpress.org/support/users/base1/)
 * (@base1)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/replace-displayed-languages-names-in-switcher/#post-5208799)
 * The filter that worked for me was ‘bogo_available_languages’.
    The ‘bogo_languages’
   changed the display language only in the Admin area.
 * The first changes the links $name, just what i needed. The display languages 
   in the Admin area stays the same.
 * Cheers!
 * My code:
 *     ```
       function adapt_bogo($lang) {
       	$long = array("English", "Russian");
       	$short = array("EN", "RU");
       	$lang = str_replace($long, $short, $lang);
       	return $lang;
       }
       add_filter ('bogo_available_languages', 'adapt_bogo');
       ```
   

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