RBA Cash Rate: 4.35% · 1AUD = 0.67 USD · Inflation: 4.1%  
Leading Digital Marketing Experts | 1300 235 433 | Aggregation Enquires Welcome | Book Appointment
Example Interest Rates: Home Loan Variable: 5.20% (5.24%*) • Home Loan Fixed: 5.48% (6.24%*) • Fixed: 5.48% (6.24%*) • Variable: 5.20% (5.24%*) • Investment IO: 5.78% (6.81%*) • Investment PI: 5.49% (6.32%*)

Download Older Plugin Version From WordPress

If you've ever crashed your website with a plugin update, it's likely that you've spent time in a bad place looking for solutions. From what we can tell, this happened in the last week with an update to Contact Form 7, a simple plugin that will generate multiple contact forms on your website. There's an easy solution: roll back to an earlier version of a plugin that didn't break your website.

First, look for the advanced menu on the plugin page.

Download Older Plugin Version From WordPress

Click it. Now scroll down to the "Development Version" dropdown box at the bottom of the page (just above the footer).

Download Older Plugin Version From WordPress

Select your desired version (or the last version that didn't break your website) and Download.

Disable Plugin Update

Until the plugin issues are resolved, you may want to disable the plugin update so others don't inadvertently update it and, once again, break your site.

Copy and paste the WordPress function into your theme's functions.php file or, if you sensibly have one installed, your custom functions plugin.

1
<?php 
2
/*
3
 Disable update notifications for specific plugin
4
 http://www.beliefmedia.com/code/wp-snippets/old-version-plugins
5
*/
6
 
7
function beliefmedia_diable_plugin_update($value) {
8
  if ( isset( $value ) && is_object( $value ) ) {
9
    unset( $value->response['contact-form-7/wp-contact-form-7.php'] );
10
  }
11
 
12
 return $value;
13
}
14
add_filter('site_transient_update_plugins', 'beliefmedia_diable_plugin_update');

The update plugin option will now cease to display.

Note: This method may prevent necessary security fixes. Use with caution.

Download our 650-page guide on Finance Marketing. We'll show you exactly how we generate Billions in volume for our clients.

  E. Australia Standard Time [ UTC+10, Default ] [ CHECK TO CHANGE ]

  Want to have a chat?
 

Like this article?

Share on Facebook
Share on Twitter
Share on Linkdin
Share on Pinterest

Leave a comment