by Matteo Enna on WordPress.org
Fetches the content of another webpage or URL to display inside the current post or page.
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