MP_Calculator_Init::iframe_init()
Init Iframe Widget.
Source Source
File: mortgage-platform/Inc/Calculators/MortgageCalculator/MP_Calculator_Init.php
public function iframe_init() {
header( 'Access-Control-Allow-Origin: *' );
$shortcode = new MP_Calculator_Shortcode();
echo $shortcode->mortgage_calculator( sanitize_post($_POST) );
wp_die();
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |