-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpowerpack.php
More file actions
41 lines (36 loc) · 772 Bytes
/
powerpack.php
File metadata and controls
41 lines (36 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
/*
Plugin Name: Powerpack
Plugin URI: http://wordpress.org/extend/plugins/powerpack/
Description: Adds a dozen of plugins in one go
Version: 1.0-alpha
Author: Ramoonus
Author URI: http://www.ramoonus.nl/wordpress/powerpack/
Text Domain: powerpack
Domain Path: /language
*/
/**
* Detect if WordPress is above 4.3
*
* @todo: msg, disable self
* @version 4.6
* @since 1.0
*/
if ( version_compare( $GLOBALS['wp_version'], '4.6', '<' ) ) {
// todo
}
/** WooCommerce
* Category Expander
* @version 1.0.0
* @since 1.0.0
*/
include("inc/woocommerce.php");
/** Integratie jQuery Updater
* @since 1.0.0
*/
include("inc/jqu.php");
/** Integratie jQuery Updater
* @since 1.0.0
* @version 1.0.0
*/
include("inc/common-image-size.php.php");