- apply_filters( ‘Hello World!’, ‘mytextdomain’ );
- __( ‘Hello World!’, ‘mytextdomain’ );
- $string = “Hello World!”;
- esc_html( ‘Hello World!’, ‘mytextdomain’ );
Correct Answer:
- __( ‘Hello World!’, ‘mytextdomain’ );
How would you write a text string containing “Hello World!” in a way that makes it possible for someone else to translate the string into a different language?
Correct Answer:
Latest Updates
No posts found in this category.