{"id":132563,"date":"2020-12-03T08:06:02","date_gmt":"2020-12-03T08:06:02","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-ngrok\/"},"modified":"2022-12-04T07:25:02","modified_gmt":"2022-12-04T07:25:02","slug":"wp-ngrok","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/wp-ngrok\/","author":16821947,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.2","stable_tag":"trunk","tested":"6.1.10","requires":"5.0","requires_php":"8.0","requires_plugins":"","header_name":"WP-Ngrok","header_author":"Theme.id","header_description":"Expose your local WordPress to the world","assets_banners_color":"273238","last_updated":"2022-12-04 07:25:02","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/theme.id","header_author_uri":"https:\/\/theme.id","rating":0,"author_block_rating":0,"active_installs":30,"downloads":6249,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":{"wp-ngrok-1.0":{"tag":"wp-ngrok-1.0","author":"themeid","date":"2020-12-17 03:55:32"}},"upgrade_notice":{"":"<p>1.1 Hide notice if not isset HTTP_X_ORIGINAL_HOST\n1.0 First Upload<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2430973,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2430973,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":2430738,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":2430973,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":2430973,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["wp-ngrok-1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":2430976,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"Demo WP-Ngrok"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[94,734,193738,23369,193737],"plugin_category":[59],"plugin_contributors":[188839,188838],"plugin_business_model":[],"class_list":["post-132563","plugin","type-plugin","status-publish","hentry","plugin_tags-debug","plugin_tags-development","plugin_tags-local-server","plugin_tags-localhost","plugin_tags-ngrok","plugin_category-utilities-and-tools","plugin_contributors-hadie-danker","plugin_contributors-themeid","plugin_committers-hadie-danker","plugin_committers-themeid","plugin_support_reps-hadie-danker","plugin_support_reps-themeid"],"banners":{"banner":"https:\/\/ps.w.org\/wp-ngrok\/assets\/banner-772x250.jpg?rev=2430973","banner_2x":"https:\/\/ps.w.org\/wp-ngrok\/assets\/banner-1544x500.jpg?rev=2430973","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/wp-ngrok\/assets\/icon.svg?rev=2430738","icon":"https:\/\/ps.w.org\/wp-ngrok\/assets\/icon.svg?rev=2430738","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-ngrok\/assets\/screenshot-1.jpg?rev=2430976","caption":"Demo WP-Ngrok"}],"raw_content":"<!--section=description-->\n<p>Expose a WordPress local web server to the internet ngrok allows you to expose a web server running on your local machine to the internet.\nThis plugin works by hooking to the start and end of the page creation and capturing it into an output buffer, it then uses the URL from the database for a str_replace, stripping it out before sending back out to the shutdown hook. This means that I can share either the HTTP or HTTPS versions of the ngrok URLs.<\/p>\n\n<h3>How To Use<\/h3>\n\n<h3>Step One: Install ngrok<\/h3>\n\n<p>Download and install ngrok here  <a href=\"https:\/\/ngrok.com\/download\" title=\"Download Ngrok\">https:\/\/ngrok.com\/download<\/a><\/p>\n\n<h3>Step Two: Install WP-NGROK<\/h3>\n\n<ol>\n<li>Upload <code>wp-ngrok.zip<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li><p>run command in your terminal<\/p>\n\n<p>~\/ngrok http -host-header=localdomain.test 8888<\/p>\n\n<h3>Step Three: Creating the localtunnel<\/h3>\n\n<p>Send through the host name of the site that we use locally as well as the port number and this will then direct the traffic to my local site. This works whether we had created it, or using something like MAMP Pro to set this up for me.<\/p>\n\n<p>~\/ngrok http -host-header=sitename.localhost 8888<\/p><\/li>\n<\/ol>\n\n<p>Once ngrok is up and running I will be presented with the display that you can see below<\/p>\n\n<pre><code>Session Status                online\nAccount                       Theme.id (Plan: Pro)\nVersion                       2.3.35\nRegion                        United States (us)\nWeb Interface                 http:\/\/127.0.0.1:4040\nForwarding                    http:\/\/yourapp.ngrok.io -&gt; http:\/\/localhost:8888\nForwarding                    https:\/\/yourapp.ngrok.io -&gt; http:\/\/localhost:8888\n<\/code><\/pre>\n\n<h4>Minimum Requirements<\/h4>\n\n<p>WordPress 5.0 or greater\nPHP version 5.6 or greater\nMySQL version 5.0 or greater<\/p>\n\n<h4>We recommend your host supports:<\/h4>\n\n<p>PHP version 7.0 or greater\nMySQL version 5.6 or greater\nWordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)<\/p>\n\n<h3>Please ask in WordPress Support<\/h3>\n\n<p>Please to ask about this plugin<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>wp-ngrok<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li><\/li>\n<\/ol>","raw_excerpt":"Expose your local WordPress to the world. only work in your localhost","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/132563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=132563"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/themeid"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=132563"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=132563"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=132563"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=132563"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=132563"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=132563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}