RM can support thai language?

#102426
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for getting in touch with us.

    You can use the following filter to add your power words to be recognized by Rank math:

    
    /**
     * Filter to add custom Power Words
     */
    add_filter( 'rank_math/metabox/power_words', function( $words ){
    	$new_words = [
    		'test-word1',
    		'test-word2',
    		'test-word3',
    	];
    	return array_merge( $words, $new_words );
    });
    

    This filter should be added to your theme functions.php file. Make sure test-wordx to your custom power words.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘RM can support thai language?’ is closed to new replies.