Skip to content

Instantly share code, notes, and snippets.

@stefan-cotitosu
Last active November 4, 2021 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefan-cotitosu/8ef2686286710c1d50d5b131386d2733 to your computer and use it in GitHub Desktop.
Save stefan-cotitosu/8ef2686286710c1d50d5b131386d2733 to your computer and use it in GitHub Desktop.
Allow custom breadcrumbs on WooCommerce pages
<?php
/**
* Plugin Name: Neve custom breadcrumbs
* Description: Display custom breadcrumbs on the WooCommerce pages. This plugin is compatible with Yoast, RankMath, and SeoPress Pro
* Version: 1.0
* Author: Themeisle
* Author URI: https://themeisle.com
*/
add_filter('neve_woo_3rd_party_breadcrumbs', '__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment