at path:
ROOT
/
wp-content
/
plugins
/
whizzy
/
plugin-defaults.php
run:
R
W
Run
assets
DIR
2025-08-15 17:54:51
R
W
Run
callbacks
DIR
2025-08-15 17:54:51
R
W
Run
core
DIR
2025-08-15 17:54:51
R
W
Run
features
DIR
2025-08-15 17:54:51
R
W
Run
lang
DIR
2025-08-15 17:54:51
R
W
Run
lib
DIR
2025-08-15 17:54:51
R
W
Run
settings
DIR
2025-08-15 17:54:51
R
W
Run
views
DIR
2025-08-15 17:54:51
R
W
Run
class-whizzy.php
29.63 KB
2025-08-15 17:54:51
R
W
Run
Delete
Rename
gulpfile.js
1.79 KB
2025-08-15 17:54:51
R
W
Run
Delete
Rename
index.php
120 By
2025-08-15 17:54:51
R
W
Run
Delete
Rename
package-lock.json
383 KB
2025-08-15 17:54:51
R
W
Run
Delete
Rename
package.json
1013 By
2025-08-15 17:54:51
R
W
Run
Delete
Rename
plugin-config.php
1.25 KB
2025-08-15 17:54:51
R
W
Run
Delete
Rename
plugin-defaults.php
726 By
2025-08-15 17:54:51
R
W
Run
Delete
Rename
readme.txt
2.76 KB
2025-08-15 17:54:51
R
W
Run
Delete
Rename
single-proof_gallery.php
125 By
2025-08-15 17:54:51
R
W
Run
Delete
Rename
whizzy-advanced.php
36.44 KB
2025-08-15 17:54:51
R
W
Run
Delete
Rename
whizzy-page-pdf.php
5.21 KB
2025-08-15 17:54:51
R
W
Run
Delete
Rename
whizzy.php
1.75 KB
2025-08-15 17:54:51
R
W
Run
Delete
Rename
error_log
up
📄
plugin-defaults.php
Save
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly return array( # Hidden fields 'settings_saved_once' => '0', # General 'enable_whizzy_style' => true, 'enable_archive_zip_download' => true, 'zip_archive_generation' => 'manual', # "Post Types" fields 'gallery_position_in_content' => 'before', 'whizzy_single_item_label' => esc_html__( 'Whizzy', 'whizzy' ), 'whizzy_multiple_items_label' => esc_html__( 'Whizzy', 'whizzy' ), 'whizzy_change_single_item_slug' => false, 'whizzy_proof_gallery_new_single_item_slug' => 'whizzy_proof_gallery', 'enable_whizzy_proof_gallery_global_style' => false, 'gallery_thumbnail_sizes' => 'medium', 'gallery_grid_sizes' => 3, ); # config