MP_Addon_Payoff_Settings::page_title()

Page title.

Contents


Source Source

File: calculator-mortgage-payoff-add-on/inc/MP_Addon_Payoff_Settings.php

	public function page_title() {

		echo esc_html__( 'After set up, you can use the shortcode ', 'CalculatorsMortgagePayoffAddon' ) ?><code>[<?php echo esc_attr( MP_Addon_CalculatorsMortgagePayoffAddon::$shortcode_widget ); ?>]</code><?php esc_html_e( ' or the widget to insert it into pages or sidebars.', 'CalculatorsMortgagePayoffAddon' );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.