function register_archimak_read_more() {
if ( function_exists( 'pll_register_string' ) ) {
pll_register_string(
'archimak_read_more',
'Read more',
'Archimak Theme - Blog'
);
}
}
add_action( 'init', 'register_archimak_read_more' );
add_action('wp_footer', function() { ?>