Yoast WooCommerce SEO for WordPress

Yoast WooCommerce SEO for WordPress v16.8

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

Physkx

Well-known member
Null Master
Trusted Uploader
Aug 13, 2018
604
4,439
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

Old Age lusty uncle
Jan 17, 2019
9,014
19,820
120
Son of Bitch!
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

Old Age lusty uncle
Jan 17, 2019
9,014
19,820
120
Son of Bitch!
Here is the real one! (I hope) :) Just in case you want correct timestamps.

TassieNZ. :)
 
  • Like
Reactions: barekatshop

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
78,069
112,320
120
  • Like
Reactions: barekatshop

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
78,069
112,320
120
  • Like
Reactions: barekatshop

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
78,069
112,320
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

Forum statistics

Threads
73,530
Messages
953,616
Members
282,133
Latest member
Harry747568

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu