Advertisement
fahimmurshed

Change the HOME string in breadcrumbs

Jan 10th, 2022
1,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. add_filter( 'astra_breadcrumb_trail_labels',  function( $args ){
  2.     $args['home'] = "Enter the string here";
  3.     return $args;
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement