crawlwp / mihdan-index-now

WordPress SEO Insights & Indexing Plugin
https://wordpress.org/plugins/mihdan-index-now/
GNU General Public License v2.0
19 stars 3 forks source link

WooCommerce status support #58

Open mihdan opened 2 years ago

mihdan commented 2 years ago

/src/Hooks.php например в строку 55

$product = wc_get_product( $post );

    if ( ! $product->managing_stock() && ! $product->is_in_stock() ) {
      return;
    }

Push all products, or only those that are in stock. There are stores that, like for SEO reasons, do not remove products from the catalog that are not there, and there are those that do. Duplicate the woocommerce setting in the plugin - the ability to push products only in stock or all in a row