>
Download This Plugin | |
Download Elegant Themes | |
Name | wp-file-get-contents |
Version | 1.0 |
Author | Jean-Sebastien Morisset |
Rating | 0 |
Last updated | 2015-02-19 01:57:00 |
Downloads |
377
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
wp-file-get-contents plugin added 5 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
wp-file-get-contents plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! wp-file-get-contents plugin ads no tables to your Wordpress blog database.A WordPress shortcode for PHP's file_get_contents() function.
Examples:
[wp-file-get-contents url="http://example.com/dir/file.html"]
[wp-file-get-contents url="file://dir/file.html"]
[wp-file-get-contents file="/dir/file.html"]
Note that all local file paths are relative to the wp-contents/
folder. You cannot include files outside of the wp-contents/
folder. As an example, file://dir/file.html
and/or /dir/file.html
will be interpreted as wordpress/wp-contents/dir/file.html
. The ..
folder name is also removed from file paths to prevent backing out of the wp-content/
folder.
Shortcode attributes:
wp-content/
folder)