• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Yoast WooCommerce SEO for WordPress

Yoast WooCommerce SEO for WordPress v16.2

No permission to download
@Physkx This is original Yoast WooCommerce SEO Premium v11.7, untouched
@Babak You can update this

It's actually not, it's Yoast SEO 11.5 that I edited haha but I'm sure it will be the same as from developer :)

There have been no changes from v11.5 - v11.7 EXCEPT for fixing a deprecation notice;
Code:
get_woocommerce_term_meta is deprecated since version 3.6! Use get_term_meta instead.

Which I have done manually;

PHP:
$thumbnail_id = get_woocommerce_term_meta($value->term_id, 'thumbnail_id', true);

Is changed to

PHP:
$thumbnail_id = get_term_meta($value->term_id, 'thumbnail_id', true);


This fixes the deprecation notice when calling the function 'get_woocommerce_term_meta'
https://docs.woocommerce.com/wc-apidocs/function-get_woocommerce_term_meta.html
 
Last edited:
  • Like
Reactions: juju
It's actually not, it's Yoast SEO 11.5 that I edited haha but I'm sure it will be the same as from developer :)

There have been no changes from v11.5 - v11.7 EXCEPT for fixing a deprecation notice, which I have done manually;

PHP:
$thumbnail_id = get_woocommerce_term_meta($value->term_id, 'thumbnail_id', true);

Is changed to

PHP:
$thumbnail_id = get_term_meta($value->term_id, 'thumbnail_id', true);


This fixes the deprecation notice when calling the function 'get_woocommerce_term_meta'
https://docs.woocommerce.com/wc-apidocs/function-get_woocommerce_term_meta.html
LOL :) Just the Timestamp not correct!
 
It's actually not, it's Yoast SEO 11.5 that I edited haha but I'm sure it will be the same as from developer :)

There have been no changes from v11.5 - v11.7 EXCEPT for fixing a deprecation notice;

Code:
]get_woocommerce_term_meta is deprecated since version 3.6! Use get_term_meta instead. in /wp-includes/functions.php on line 4329[/CODE

Which I have done manually;

[CODE=php]$thumbnail_id = get_woocommerce_term_meta($value->term_id, 'thumbnail_id', true);

Is changed to

PHP:
$thumbnail_id = get_term_meta($value->term_id, 'thumbnail_id', true);


This fixes the deprecation notice when calling the function 'get_woocommerce_term_meta'
https://docs.woocommerce.com/wc-apidocs/function-get_woocommerce_term_meta.html
Untouched may like more :p
 
  • Like
Reactions: Physkx
Here is the real one! (I hope) :) Just in case you want correct timestamps.

TassieNZ. :)
 
  • Like
Reactions: barekatshop
  • Like
Reactions: barekatshop
  • Like
Reactions: barekatshop
Babak updated Yoast WooCommerce SEO for WordPress Plugin Premium with a new update entry:

Yoast WooCommerce SEO Premium v12.0

Download Yoast WooCommerce SEO Premium v12.0 for WordPress Plugin Nulled Free
v12.0 - September 3rd, 2019 - Thanks To @TassieNZ
Bugfixes:

Fixes a bug where the primary category would not be reflected correctly in the product schema output when it was being used to set the manufacturer or brand.
Other:
Compatibility with Yoast SEO 12.0

Read the rest of this update entry...
 
  • Like
Reactions: barekatshop
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock