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