Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function shipchange( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Ship to a different address?' : $translated_text = __( 'PLEASE CLICK HERE TO ENTER THE INFORMATION FOR THE RECEIVING FFL DEALER', 'woocommerce' ); break; } return $translated_text; } add_filter('gettext', 'shipchange', 20, 3);
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.