Website Content in Page or Post

0

Fetches the content of another webpage or URL to display inside the current post or page. Please note that this plugin previously used file_get_contents(), but it’s no longer recommen

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings

Description

Fetches the content of another webpage or URL to display inside the current post or page.

Please note that this plugin previously used file_get_contents(), but it’s no longer recommended.

Starting now, this plugin utilizes the wp_remote_get() and wp_remote_retrieve_body() functions to retrieve content from URLs.

This plugin contains code adapted from the original work by horshipsrectors