Sends the code of the current language. for example if you pass "es_ES":
add_filter('avalon23_current_lang', function( $lang ) { return 'es_ES'; });
Then you get these strings:
How to add these lines read here
Sends the code of the current language. for example if you pass "es_ES":
add_filter('avalon23_current_lang', function( $lang ) { return 'es_ES'; });
Then you get these strings:
How to add these lines read here