mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-28 11:22:21 +08:00
3 lines
107 B
Text
3 lines
107 B
Text
add_filter( 'astra_header_cart_flyout_shopping_cart_text', function() {
|
|
return 'My Shop Flyout Cart';
|
|
} );
|