Skip to content

Commit

Permalink
Change plugins required for Orient theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Oct 4, 2017
1 parent 82d0c0e commit 2e29a76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions wp-content/themes/orient-theme/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ function orient_theme_plugin_check() {
if ( is_admin() && current_user_can( 'activate_plugins' ) &&
( !is_plugin_active( 'co-authors-plus/co-authors-plus.php' ) ||
!is_plugin_active( 'advanced-custom-fields/acf.php' ) ||
!is_plugin_active( 'js_composer/js_composer.php' ) ||
!is_plugin_active( 'wp-subtitle/wp-subtitle.php' ) ||
!is_plugin_active( 'just-wp-variables/just-variables.php' ) ||
!is_plugin_active( 'wordpress-popular-posts/wordpress-popular-posts.php' ) ||
!is_plugin_active( 'wordpress-popular-posts/wordpress-popular-posts.php' ) ||

!is_plugin_active( 'orient-image-handling/orient-image-handling.php' ) ||
!is_plugin_active( 'orient-taxonomies/orient-taxonomies.php' )
!is_plugin_active( 'orient-taxonomies/orient-taxonomies.php' ) ||
!is_plugin_active( 'orient-home-pages/orient-home-pages.php' )
)
) {
add_action( 'admin_notices', 'plugin_notice' );
Expand Down

0 comments on commit 2e29a76

Please sign in to comment.