"wpcalc", "page" => $paged, "per_page" => $per_page, "fields" => array( "last_updated" => true, "icons" => true, "active_installs" => true ), "locale" => get_locale(), ); $args = apply_filters( "install_plugins_table_api_args_$tab", $args ); $api = plugins_api( "query_plugins", $args ); $item = $api->plugins; $plugins_allowedtags = array( 'a' => array( 'href' => array(), 'title' => array(), 'target' => array() ), 'abbr' => array( 'title' => array() ), 'acronym' => array( 'title' => array() ), 'code' => array(), 'pre' => array(), 'em' => array(), 'strong' => array(), 'div' => array( 'class' => array() ), 'span' => array( 'class' => array() ), 'p' => array(), 'ul' => array(), 'ol' => array(), 'li' => array(), 'h1' => array(), 'h2' => array(), 'h3' => array(), 'h4' => array(), 'h5' => array(), 'h6' => array(), 'img' => array( 'src' => array(), 'class' => array(), 'alt' => array() ) ); ?>

  

' . sprintf( __( 'By %s' ), $author ) . ''; } $action_links = array(); if ( current_user_can( 'install_plugins' ) || current_user_can( 'update_plugins' ) ) { $status = install_plugin_install_status( $plugin ); switch ( $status['status'] ) { case 'install': if ( $status['url'] ) { /* translators: 1: Plugin name and version. */ $action_links[] = '' . __( 'Install Now' ) . ''; } break; case 'update_available': if ( $status['url'] ) { /* translators: 1: Plugin name and version */ $action_links[] = '' . __( 'Update Now' ) . ''; } break; case 'latest_installed': case 'newer_installed': $action_links[] = '' . _x( 'Installed', 'plugin' ) . ''; break; } } $details_link = self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $plugin['slug'] . '&TB_iframe=true&width=750&height=550' ); /* translators: 1: Plugin name and version. */ $action_links[] = '' . __( 'More Details' ) . ''; if ( !empty( $plugin['icons']['svg'] ) ) { $plugin_icon_url = $plugin['icons']['svg']; } elseif ( !empty( $plugin['icons']['2x'] ) ) { $plugin_icon_url = $plugin['icons']['2x']; } elseif ( !empty( $plugin['icons']['1x'] ) ) { $plugin_icon_url = $plugin['icons']['1x']; } else { $plugin_icon_url = $plugin['icons']['default']; } /** * Filter the install action links for a plugin. * * @since 2.7.0 * * @param array $action_links An array of plugin action hyperlinks. Defaults are links to Details and Install Now. * @param array $plugin The plugin currently being listed. */ $action_links = apply_filters( 'plugin_install_action_links', $action_links, $plugin ); ?>
';} ?>

'; echo '
  • ' . $action_links[0] . '
  • '; switch( $plugin["slug"] ){ case "modal-window" : echo '
  • PRO VERSION
  • '; break; case "side-menu" : echo '
  • PRO VERSION
  • '; break; case "mwp-countdown" : echo '
  • PRO VERSION
  • '; break; case "forms-creator" : echo '
  • PRO VERSION
  • '; break; case "popups-creator" : echo '
  • PRO VERSION
  • '; break; case "mwp-skype" : echo '
  • PRO VERSION
  • '; break; case "viral-signup" : echo '
  • PRO VERSION
  • '; break; case "wow-facebook-login" : echo '
  • PRO VERSION
  • '; break; case "wow-google-login" : echo '
  • PRO VERSION
  • '; break; case "mwp-herd-effect" : echo '
  • PRO VERSION
  • '; break; case "wow-icons" : echo '
  • PRO VERSION
  • '; break; case "bubble-menu" : echo '
  • PRO VERSION
  • '; break; case "border-menu" : echo '
  • PRO VERSION
  • '; break; case "slide-menu" : echo '
  • PRO VERSION
  • '; break; case "vertical-icon-menu" : echo '
  • PRO VERSION
  • '; break; case "float-menu" : echo '
  • PRO VERSION
  • '; break; case "wpcalc" : echo '
  • PRO VERSION
  • '; break; case "mwp-forms" : echo '
  • PRO VERSION
  • '; break; default: break; } echo ''; } ?>
    $plugin['rating'], 'type' => 'percent', 'number' => $plugin['num_ratings'] ) ); ?>
    = 1000000 ) { $active_installs_text = _x( '1+ Million', 'Active plugin installs' ); } elseif ( 0 == $plugin['active_installs'] ) { $active_installs_text = _x( 'Less Than 10', 'Active plugin installs' ); } else { $active_installs_text = number_format_i18n( $plugin['active_installs'] ) . '+'; } printf( __( '%s Active Installs' ), $active_installs_text ); ?>
    ' ) ) { echo '' . __( 'Untested with your version of WordPress' ) . ''; } elseif ( ! empty( $plugin['requires'] ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $plugin['requires'] ) ), $plugin['requires'], '<' ) ) { echo '' . __( 'Incompatible with your version of WordPress' ) . ''; } else { echo '' . __( 'Compatible with your version of WordPress' ) . ''; } ?>