Yoast WooCommerce SEO for WordPress

Yoast WooCommerce SEO for WordPress v16.2

No permission to download

Physkx

Well-known member
Null Master
Trusted Uploader
Aug 13, 2018
580
4,419
93
@Physkx This is original Yoast WooCommerce SEO Premium v11.7, untouched
@Tomz 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

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,014
19,807
120
New Zealand
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!
 

juju

Active member
Jun 15, 2019
253
178
43
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

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,014
19,807
120
New Zealand
Here is the real one! (I hope) :) Just in case you want correct timestamps.

TassieNZ. :)
 
  • Like
Reactions: barekatshop

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120
  • Like
Reactions: barekatshop

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120
  • Like
Reactions: barekatshop

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120
Tomz 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

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu