Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function cart_title_example_callback( $title ) {
- // Modify the $title as per your requirement
- $title = "My Money";
- return $title;
- }
- add_filter( 'astra_header_cart_title', 'cart_title_example_callback' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement