How to integrate the code php
-
Hello!
How to integrate the following code:<?php pll__('Search Results for:'); ?>
with this:
<?php printf( __( 'Search Results for: %s', 'shape' ), '<strong>' . get_search_query() . '</strong>' ); ?>
so that the text “Search Results for:” was created in wordpress languages
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to integrate the code php’ is closed to new replies.