I only see this on function.php what i do with that should i remove it?
add_action(‘wp_head’,’simplebooking_scripts’);
add_action(‘init’, function() {
global $wp;
pll_register_string(‘bellevuex-child’, ‘Official Website’);
pll_register_string(‘bellevuex-child’, ‘Chat With Us’);
});