$activello_required_action_value ): if ( @$activello_show_required_actions[ $activello_required_action_value['id'] ] === false ) { continue; } if ( @$activello_required_action_value['check'] ) { continue; } ?>

' . $activello_required_action_value['help']; endif; ?>

check_active( $activello_required_action_value['plugin_slug'] ); $url = $this->create_action_link( $active['needs'], $activello_required_action_value['plugin_slug'] ); $label = ''; switch ( $active['needs'] ) { case 'install': $class = 'install-now button'; $label = __( 'Install', 'activello' ); break; case 'activate': $class = 'activate-now button button-primary'; $label = __( 'Activate', 'activello' ); break; case 'deactivate': $class = 'deactivate-now button'; $label = __( 'Deactivate', 'activello' ); break; } ?>

' . __( 'Hooray! There are no required actions for you right now.', 'activello' ) . ''; endif; ?>