Help find the reason for the reject of my WooCommerce Permalink Manager

Hey there, Evanto Community

I submitted my product twice and each time I received a reject.
My product it’s WooCommerce Permalink Manager, which for almost a year I successfully sell through my site.

Twice I got the following answer:

Thank you for your submission. We have completed our review of “WooCommerce Permalink Manager” and unfortunately we found it isn’t at the quality standard required to move forward, and you won’t be able to re-submit this item again.

We appreciate the effort and time you’ve put into creating your item. And we’d be happy to help make sure your next entry will meet our submission requirements…

I did everything according to the evanto standards and reviewed the documentation many times but it still rejected.

Can anyone give me some advice or review my product.

I will be very grateful for the help or advice

Hello, maybe I know what’s happening, I’ve had the same problem with my first plugin submission.

I assume that your plugin is the premium version of this one: https://wordpress.org/plugins/woo-permalink-manager/, so I downloaded the free version and checked the code, and I found what I was looking for!

/woo-permalink-manager/freemius/includes/class-freemius.php

-- row 11968:
return wp_get_sites( $args ); /// This is deprecated since 4.6.0

-- row 11971:
return get_blog_list( 0, 'all' ); /// This is deprecated since 3.3.0

If you use deprecated functions your item will be rejected, the same thing happened to me.

I checked your plugin using this -> https://it.wordpress.org/plugins/plugin-inspector/

Other resources:
https://de.wpseek.com/pluginfilecheck/
https://www.piliapp.com/php-syntax-check/

Good luck.Preformatted text