


Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
02-08-2017, 01:38 AM
Post: #11
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime!
I can't get this to work for Version 2.5.3
Reps anyway M8 |
|||
02-08-2017, 07:16 AM
Post: #12
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime!
Thanks for sharing.. Worked with the latest version 2.5.3
|
|||
02-08-2017, 09:18 PM
Post: #13
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime!
Under OP'shack, remove this code :
(Working for me) //Flag to check if we need to revalidate the key $revalidate = false; $api_auth = get_site_option( 'wp_smush_api_auth' ); //Check if need to revalidate if ( ! $api_auth || empty( $api_auth ) || empty( $api_auth[ $api_key ] ) ) { $revalidate = true; } else { $last_checked = $api_auth[ $api_key ]['timestamp']; $valid = $api_auth[ $api_key ]['validity']; $diff = $last_checked - current_time( 'timestamp' ); //Difference in hours $diff_h = $diff / 3600; //Difference in minutes $diff_m = $diff / 60; switch ( $valid ) { case 'valid': //if last checked was more than 12 hours if ( $diff_h > 12 ) { $revalidate = true; } break; case 'invalid': //if last checked was more than 24 hours if ( $diff_h > 24 ) { $revalidate = true; } break; case 'network_failure': //if last checked was more than 5 minutes if ( $diff_m > 5 ) { $revalidate = true; } break; } } //If we are suppose to validate api, update the results in options table if ( $revalidate ) { if ( empty( $api_auth[ $api_key ] ) ) { //For api key resets $api_auth[ $api_key ] = array(); |
|||
02-08-2017, 09:36 PM
Post: #14
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime!
Thank you.
|
|||
02-08-2017, 09:45 PM
Post: #15
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime! | |||
02-09-2017, 02:50 AM
Post: #16
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime!
@grumble, thanks for share but not working.
|
|||
02-26-2017, 11:23 PM
Post: #17
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime!
activated but getting this message " It looks like Smush couldn’t verify your WPMU DEV membership so Pro features like Super-Smush may not work correctly. If you think this is an error, run a re-check or get in touch with our support team."
|
|||
03-02-2017, 09:22 PM
Post: #18
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime!
Can anyone plz share the cracked plugin here
|
|||
03-02-2017, 10:15 PM
Post: #19
|
|||
|
|||
RE: Get Free WP Smush Pro Latest Version For Liftetime!
it does not work anymore
|
|||