[Plugin: Breadcrumb NavXT] Add hook just after fill() method invoke
-
Is it possible to add a hook on the beginning of fill() method in breadcrumb_navxt_class.php?
Something like that (lines 882-888):
…
function fill()
{
global $wpdb, $post, $wp_query, $paged, $page;
//Do any actions
do_action(‘bcn_before_trailcheck’, $this);
//Check to see if the trail is already populated
if(count($this->trail) > 0)
…This enables to insert customize trail, i.e. for custom post types, plugins etc.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Breadcrumb NavXT] Add hook just after fill() method invoke’ is closed to new replies.