This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Change the string "Page ... of ..." of Rank Math plugin in the <title> tag | |
* | |
* @link http://codex.wordpress.org/Plugin_API/Filter_Reference/gettext | |
* @link https://developer.wordpress.org/themes/basics/conditional-tags/#testing-for-paginated-pages | |
* | |
*/ | |
function my_text_strings($translated_text) { | |
global $wp_query; |