{"id":370311,"date":"2026-09-18T10:24:47","date_gmt":"2026-09-18T10:24:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/first-we-plan-mortgage-planner\/"},"modified":"2026-09-18T10:24:31","modified_gmt":"2026-09-18T10:24:31","slug":"first-we-plan-mortgage-planner","status":"publish","type":"plugin","link":"https:\/\/hu.wordpress.org\/plugins\/first-we-plan-mortgage-planner\/","author":23561401,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.3","stable_tag":"1.0.3","tested":"7.1.1","requires":"5.8","requires_php":"7.4","requires_plugins":null,"header_name":"First We Plan Mortgage Planner","header_author":"Bookrightly","header_description":"Embeds the First We Plan mortgage & affordability planner on any page via the [fwpmp_planner] shortcode. Built by Bookrightly.","assets_banners_color":"0f2a4a","last_updated":"2026-09-18 10:24:31","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/www.bookrightly.co.uk","rating":0,"author_block_rating":0,"active_installs":0,"downloads":48,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.3":{"tag":"1.0.3","author":"deantb","date":"2026-09-18 10:24:31","revision":3701780}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3701792,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3701792,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3701792,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3701792,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[15801,716,15800,715,2199],"plugin_category":[59],"plugin_contributors":[279860],"plugin_business_model":[],"class_list":["post-370311","plugin","type-plugin","status-publish","hentry","plugin_tags-affordability","plugin_tags-calculator","plugin_tags-finance","plugin_tags-mortgage","plugin_tags-real-estate","plugin_category-utilities-and-tools","plugin_contributors-deantb","plugin_committers-deantb"],"banners":{"banner":"https:\/\/ps.w.org\/first-we-plan-mortgage-planner\/assets\/banner-772x250.png?rev=3701792","banner_2x":"https:\/\/ps.w.org\/first-we-plan-mortgage-planner\/assets\/banner-1544x500.png?rev=3701792","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/first-we-plan-mortgage-planner\/assets\/icon-128x128.png?rev=3701792","icon_2x":"https:\/\/ps.w.org\/first-we-plan-mortgage-planner\/assets\/icon-256x256.png?rev=3701792","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>First We Plan is a mortgage and household affordability planner built by Bookrightly. It calculates\ndeposit, monthly payments, total interest, and loan-to-value, then walks through a full essential vs\noptional expense breakdown so visitors get a realistic picture of affordability \u2014 not just a mortgage\nquote. Includes a downloadable PDF summary. All calculations run in the visitor's browser.<\/p>\n\n<p>Add <code>[fwpmp_planner]<\/code> to any page or post to embed the planner.<\/p>\n\n<h3>Source Code<\/h3>\n\n<p>This plugin's <code>assets\/<\/code> files are a built (minified) React application. The complete, human-readable\nsource \u2014 including <code>package.json<\/code> and the exact build steps \u2014 is bundled in this plugin under <code>\/source<\/code>.\nTo rebuild the assets from source:<\/p>\n\n<pre><code>cd source &amp;&amp; npm install &amp;&amp; npm run build\n<\/code><\/pre>\n\n<p>This produces <code>source\/dist\/assets\/*<\/code>, which is what ships in this plugin's own <code>\/assets<\/code> folder.<\/p>\n\n<h3>External services<\/h3>\n\n<p>This plugin loads the \"Fraunces\" display font from Google Fonts (<code>fonts.googleapis.com<\/code> \/\n    fonts.gstatic.com) when the shortcode is rendered. This is a standard font-CDN request (visitor IP\naddress and user agent are sent, as with any font request). Google's terms of service:\nhttps:\/\/policies.google.com\/terms \u2014 privacy policy: https:\/\/policies.google.com\/privacy. No other\nexternal service is called: all mortgage\/expense calculations and the PDF export run entirely in the\nvisitor's browser, and nothing is sent to this plugin's author or any third party.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to <code>\/wp-content\/plugins\/first-we-plan-mortgage-planner<\/code>, or install the zip\ndirectly through the Plugins screen.<\/li>\n<li>Activate the plugin.<\/li>\n<li>Add the <code>[fwpmp_planner]<\/code> shortcode to any page or post.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20send%20visitor%20data%20anywhere%3F\"><h3>Does this send visitor data anywhere?<\/h3><\/dt>\n<dd><p>No. All calculations run client-side in the visitor's browser; nothing is sent to a server.<\/p><\/dd>\n<dt id=\"who%20built%20this%3F\"><h3>Who built this?<\/h3><\/dt>\n<dd><p>Bookrightly (https:\/\/www.bookrightly.co.uk).<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Removed a hidden <code>.gitignore<\/code> file from the bundled source (WordPress.org disallows hidden files in submitted packages).<\/li>\n<li>Updated \"Tested up to\" to 7.1 per WordPress.org's automated check.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Renamed internal constants, CSS classes\/IDs, and the shortcode to a unique <code>fwpmp<\/code> prefix to avoid collisions with other plugins\/themes.<\/li>\n<li>Bundled full plugin source under <code>\/source<\/code> for public code review.<\/li>\n<li>Removed a dead-code reference to a third-party CDN (<code>cdnjs.cloudflare.com<\/code>) that shipped inside a bundled library but was never actually called.<\/li>\n<li>Documented external service usage (Google Fonts) above.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Minor fixes.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Embed a free mortgage and household affordability planner on any page with a single shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/370311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=370311"}],"author":[{"embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/deantb"}],"wp:attachment":[{"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=370311"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=370311"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=370311"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=370311"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=370311"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=370311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}