Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created January 23, 2018 12:19
Show Gist options
  • Select an option

  • Save ahmedeshaan/511b9337cbc43be943a5f1e082e2f32b to your computer and use it in GitHub Desktop.

Select an option

Save ahmedeshaan/511b9337cbc43be943a5f1e082e2f32b to your computer and use it in GitHub Desktop.
<?php
add_action( 'init','custom_remove_breadcrumb' ); function
custom_remove_breadcrumb()
{ remove_action('flatsome_category_title','flatsome_shop_loop_tools_breadcrumbs',10); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment