#43673
 sharmstr
Moderator

I’ve never played around with a network install so I cant test it for you. But if I add something ridiculous like

COPY CODE

function wpse_104094_breadcrumb_trail_args( $args ) {
    $args['before'] = 'Yo';
    $args['network'] = true;
    return $args;
}

add_filter( 'breadcrumb_trail_args', 'wpse_104094_breadcrumb_trail_args' );

I also put a default value in ‘before’ and it used Yo instead of my default value. So, it is filtering the defaults.

You can see by adding this below the apply_filters statement.

COPY CODE

print_r($this->args);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Attachments:

Log in with your credentials

Forgot your details?