Plugin Directory

Zip Embed

Upload a zip archive and let WP embed its contents into a post.

How can I disable the inluded javascript?

The contents of text files (php, css, js, txt, html, htm) are stored as post meta. Other files (such as images) and the original zip file are saved as attachments to the plugin post.

To disable the included javascript, add the following to your theme's functions.php file

add_action( 'init', function() {
    remove_action('wp_head', 'zip_embed_scripts');
});

Requires: 2.8 or higher
Compatible up to: 3.2.1
Last Updated: 2011-11-12
Downloads: 273

Average Rating

0 stars
(0 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.