Title: function discovery_breadcrumbs not overridable
Last modified: August 22, 2016

---

# function discovery_breadcrumbs not overridable

 *  [Jorge Vilaça](https://wordpress.org/support/users/jorgevilaca/)
 * (@jorgevilaca)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/function-discovery_breadcrumbs-not-overridable/)
 * Please, make the function discovery_breadcrumbs overridable.
    I want in my child
   theme override the function. I just have made it myself, but in future theme 
   updates the change is lost.
 * Just wrap the function with an if.
    Like that:
 *     ```
       if ( ! function_exists( 'discovery_breadcrumbs' ) ) :
       function discovery_breadcrumbs() {
        	//...
       	}
       } // end discovery_breadcrumbs()
       endif;
       ```
   

The topic ‘function discovery_breadcrumbs not overridable’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/discovery/2.6.1/screenshot.png)
 * Discovery
 * [Support Threads](https://wordpress.org/support/theme/discovery/)
 * [Active Topics](https://wordpress.org/support/theme/discovery/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/discovery/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/discovery/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Jorge Vilaça](https://wordpress.org/support/users/jorgevilaca/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/function-discovery_breadcrumbs-not-overridable/)
 * Status: not resolved