Skip to content

Commit

Permalink
Issue #32 - is not being able to upload my .zip files a known problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 5, 2019
1 parent f748494 commit 7787d2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions opinions/class-oik-block-site-opinions.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class oik_block_site_opinions {
, "active_plugin_support"
, "summarise_plugin_compatibility"
, "replaced_hook_checker"
, "allowed_mime_types"
);

public function __construct() {
Expand Down Expand Up @@ -480,5 +481,10 @@ public function replaced_hook_checker() {
$opinions = $hook_checker->get_opinions();
return $opinions;
}

public function allowed_mime_types() {
$types = get_allowed_mime_types();
//print_r( $types );
}

}

0 comments on commit 7787d2d

Please sign in to comment.