GoogleReviews_Settings::page_title()
Callback function of page title.
Source Source
File: mortgage-google-review/inc/GoogleReviews_Settings.php
public function page_title() {
echo esc_html__('After set up, you can use the shortcode ', 'GoogleReviewsWidget') ?><code>[le-google-reviews]</code><?php
echo esc_html__(' or the widget to insert it into pages or sidebars.', 'GoogleReviewsWidget');
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |