We'll create fresh WordPress site with Website Content in Page or Post installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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