Description
WP Tools plugin (wp-tools) has a dashboard with server stats and more than 44 tools to help you to manage your WordPress. Included Disk Usage and Top Bigger Folders. It is a Swiss army knife.
Catch and alert about Javascript Errors (and also PHP/MYSQL errors). Block notification email of updates, Hide Admin Bar, Disable Lazy Load and a lot more… Multilanguage ready. Included also Italian, Portuguese, Spanish language files.
.
Português -> O plugin WP Tools possui um painel com estatísticas do servidor e mais de 44 ferramentas para ajudá-lo a gerenciar seu WordPress. É um canivete suíço. Incluídos também arquivos em Português.
.
Italiano -> il plug-in WP Tools ha una bacheca con statistiche del server e oltre 44 strumenti per aiutarti a gestire il tuo WordPress. Sono inclusi anche i file in Italiano.
.
Español -> El plugin WP Tools tiene un tablero con estadísticas del servidor y más de 44 herramientas para ayudarlo a administrar su WordPress. También se incluyen archivos en Español.
A must have plugin also by cloud hosting as AWS Amazon Lightsail, EC2 instance, Bitnami, Contabo, Azure, Google Cloud, Digital Ocean and others.
- Tool 1) Increase the PHP memory limit, Increase Maximum Execution Time limit (Max Execution Time) and Increase maximum upload file size limit without editing any WordPress or PHP files.
- Tool 2) Show the WordPress errors (PHP errors error_log, error log or error reporting), limited to 200 last WordPress errors (to avoid freeze your browser). Fatal Errors, Warnings, Alerts and Parse or syntax errors to Help you to fix issues.
- Tool 3) Show the PHPINFO (PHP info and Display PHP Version) with a lot of info about your PHP server configuration, also server IP.
- Tool 4) Disable WordPress Native Sitemap Automatic Creation or only user’s sitemap.
- Tool 5) Disables the default notification email sent by a site after an automatic core, theme or plugin update.
- Tool 6) Add Google Search Central (formerly Google Webmasters) HTML TAG.
- Tool 7) Add Google Analytics GA4 Tracking ID. (compatible with Google Analytics 4 – GA4)
- Tool 8) Alert on Top Admin Bar if WordPress Debug is active (debug info).
- Tool 9) Hide Admin Bar from non Administrators.
- Tool 10) Deactivate (disable) Lazy Load functionality (added in WP version 5.5)
- Tool 11) Deactivate (disable) Emojis functionality (support for emoji’s in older browsers).
- Tool 12) Page Load Info: Number of SQL queries per page and page load time.
- Tool 13) Record and send emails notifications when PHP notices, warnings and errors (ALSO JAVASCRIPT ! )happens. (MySQL and PHP errors notification)
- Tool 14) Show and edit the file rebots.txt.
- Tool 15) Show and check mySQL tables (name, status size and last update) and database usage and mySQL details (Maria or MySQL version).
- Tool 16) Bypass WordPress debug (if WP_DEBUG = false) and show errors and warnings on screen (optional).
- Tool 17) Show Cron Jobs table and delete Cron Jobs without functionality (Obsolete Cron Jobs).
- Tool 18) Show file .htaccess
- Tool 19) Show file wp-config.php
- Tool 20) Show Cookies
- Tool 21) Restores the previous classic widgets settings UI screens and disables the gutenberg block editor from managing widgets. In Appearance -> Widgets and the Customizer.
- Tool 22) Disable the WP Admin Bar / Toolbar on the frontend of sites. (it does not affect the dashboard)
- Tool 23) Show Button with WordPress Errors (also javascript errors!) on Admin Toolbar
- Tool 24) Show Files and Folders Permissions (directory permissions)
- Tool 25) Show Table only with Javascript errors and Jquery Version (also Jquery Migrate Version).
- Tool 26) Replace WordPress logo at login screen.
- Tool 27) Remove WordPress icon from the admin bar.
- Tool 28) Erase readme.html and license.txt files at root folder.
- Tool 29) Show disk total space, disk used and disk free.
- Tool 30) Show Server Benchmark Server Check-Up or Server Checkup (show server performance, Show Host or Hosting Benchmark against industry).
- Tool 31) Show MySql Info and data base information (software installed, mysql version, Max connections allowed, uptime etc.).
- Tool 32) Disable javascript console log for non administrators.
- Tool 33) Show and check file permissions (included wp-config.php)
- Tool 34) Show Server Load Average percentage for the last minute at top admin bar. (Enable this option only in Linux Servers.)
- Tool 35) Enables the WordPress database tools to optimize and repair InnoDB and MyISAM database tables. (To fix Error establishing database connection)
- Tool 36) Show and delete Transients. clear Transient clear.
- Tool 37) Disable Self PingBack.
- Tool 38) Show Search Engine Visibility WordPress Setup
- Tool 39) Show Server Rooth Path
- Tool 40) Site Health Alert
- Tool 41) Show PHP Extensions Loaded
- Tool 42) Show PHP Disabled Functions
- Tool 43) Show MYSQL Table Prefix
- Tool 44) Show Database charset (character_set_system)
With the tool 34, now you can monitor your server load (CPU Usage), in real time, from your wordpress admin panel.
Requirements for use (Tool 34) Show Server Load Tool and Dashboard
- Linux Server (not Windows server)
- shell_exec enabled on your PHP (ask for your hosting to enable it if necessary)
- Server Files Readable: /proc/cpuinfo and /proc/stat
- php functions enabled: sys_getloadavg(), disk_total_space(), disk_free_space()
If your site is behaving slowly, or pages fail to load, you get random white screens of death or Error 500 internal server error you may need more memory. Several things consume memory, such as WordPress itself, the plugins installed, the theme you’re using and the site content.
After you increase the PHP memory limit, you can increase also the WordPress memory limit, add this info to your file wp-config.php (located at root folder of your server):
(just copy and paste)
define(‘WP_MEMORY_LIMIT’, ‘128M’);
(You can replace also 128M with 256M, if necessary)
Our free plugin wp-memory (link below) can do it for you just with your mouse.
PHP INFO DETAILS
On PHP INFO page, you can get, for example:
- Display PHP Version
- Operating System details
- PHP.INI path (Configuration File (php.ini) Path )
- Log Errors on or off
- FTP (FTP Support)
- GD
- MySql and MySqli version
- Session
- Soap
- XML
- ZIP
- ZLIB
- Timezone
- Cookies
- Modules
- PHP Variables
- Post Max Size (Post Max Size, Post Maximum Size)
- max_execution_time (set_time_limit, max execution time, (maximum execution time exceeded))
- max_file_uploads, upload_max_filesize (max file uploads, maximum file uploads)
- max_input_nesting_level (max input nesting level)
- max_input_time (max input time, maximum input time)
- max_input_vars (max input vars, maximum input vars)
- memory_limit (Memory Limit)
- smtp_port (smtp port)
- A lot more …
mySQL info
On database details page, you can get, for example:
- MySQL (or Maria Database) version
- Database size (Database Usage)
- Index size (Index Disk Usage)
- max_allowed_packet (max allowed packet, maximum allowed packet)
- default_storage_engine (default storage engine)
- max_connections (max_connections, maximum connections)
- max_user_connections (max user connections, maximum user connections)
- thread_cache_size (thread cache size)
- query_cache_type (query cache type)
- query_cache_size (query cache size)
- sort_buffer_size (sort buffer size)
- read_buffer_size (read buffer size)
- port (mysql Port)
- tmp_table_size (tmp table size)
- read_rnd_buffer_size (read rnd buffer size)
- join_buffer_size (join buffer size)
- table_definition_cache (table definition cache)
- table_open_cache (table open cache)
- character_set_system (character set system)
- default_storage_engine (default storage engine)
- A lot more …
Free plugins from the same author:
Important info about restore classic widgets tool
If you start using the new block-based widgets system, you will lose all of your widget blocks upon activating this feature on our plugin.
There is no going back, so be sure this is what you want. The former blocks will not reappear if you change your mind and deactivate our feature on this plugin.
More Free Useful Tools
Database Backup
Free Plugin to make a WordPress Database backup quickly with just one click.
Free Database Backup
Easy Update Urls
When cloning or moving sites from one location to another, it is sometimes necessary to
manually modify data in the database to make the new site URL information to be recognized properly.
This free plugin fix it with just one click.
Free Easy Update Urls
Tools for Amazon AWS (Amazon Web Services) S3 Object Storage
This free tool provides you ability to Download, Delete, Upload files and Create Folders on S3 Amazon AWS object storage.
Free Browser to Amazon AWS S3 Object Storage
Multisite
This plugin was not tested with Multisite.
TAGS
- Catch and alert about Javascript Errors (and also PHP/MYSQL errors).
- Health
- Site Health Page
- Increase the PHP memory limit
- Increase the time limit (Can Fix Fatal Error: Maximum Execution Time Exceeded in WordPress)
- Increase Max Execution Time
- Increase the max upload file size limit
- Without editing any WordPress or PHP files
- Show the PHP errors (error_log)
- Show the PHPINFO (PHP info) and Display PHP Version
- Info about your PHP server configuration
- Disable WordPress Native Sitemap Automatic Creation
- Disables the default notification email
- Automatic core, theme or plugin update.
- Add Google Search Central (formerly Google Webmasters) HTML TAG
- Add Google Analytics GA Tracking ID
- Alert if WordPress Debug is active
- Hide Admin Bar from non Administrators
- Show Server Load Average percentage and Server Overload
- Disable Lazy Load functionality (added in WP version 5.5)
- Disable Emojis functionality (support for emoji’s in older browsers)
- Page Load Info: Number of SQL queries per page and page load time.
- Receive email notifications about warning and notices, usually not sent by WordPress.
- Record and receive email alerts when PHP notices, warnings and errors happens.
- rebots.txt editor.
- Show and check mySQL tables (name, status, size and last update).
- Bypass WordPress debug (if WP_DEBUG = false) and show errors and warnings on screen (optional).
- Show Cron Jobs table and remove Cron Jobs without functionality (Obsolete Cron Jobs). Clean Cron Jobs. Cron Job Cleaner.
- Show file .htaccess
- Show file wp-config.php
- Show all Cookies
- Restores the previous WordPress widgets settings screens and disables the block editor from managing widgets
- Disables the block editor from managing widgets in the Gutenberg plugin
- Classic widgets screen
- Old widgets screen
- Remove Gutenberg from the Widgets screen
- Removes block support from the default post types
- Classic UI Widgets
- How activate old widgets customizer instead of Gutenberg widget
- Disable the WP Admin Bar / Toolbar on the frontpage of sites
- Show Files and Folders Permissions (Directory Permissions)
- Server Stats
- jQuery Migrate remotion
- Logo customization: Replace WordPress logo at login screen
- Clean the admin bar: Remove WordPress icon from the admin bar
- Erase readme.html and license.txt files at root folder
- Disk utilization: Show disk total space, disk used and disk free
- Check Server Benchmark (check server performance and check Host Performance).
- Check Hosting Benchmark – Host Benchmark (check hosting performance).
- Server Checkup or Server Check-Up.
- Dashboard Server Stats
- Disk, Memory and Processor usage charts
- Operating system, Uptime age, Server Processor, Server Ip and more…
- Shows the database software installed on your site e.g. MySQL, MariaDB, Oracle etc.
- Shows the database version number
- Shows maximum number of connections allowed to your database
- Shows maximum packet size of your database
- Shows database disk usage
- Shows database index disk usage
- Show Server Load Average percentage for the last minute at top admin bar. (Enable this option only in Linux Servers.)
- Show and check file permissions (included wp-config.php)
- Show and delete transients (also expired transients) from WordPress wp_options table.
- Optimize database tables and repair database tables (fix database tables)
- Database tables Optimize and database tables repair (fix database tables)
- Database check, tables check, database analyse, table analyse
- php max input vars
- php max input vars wordpress
- max_input_vars wordpress
- increase the wordpress php max input vars
- max input vars php ini
- max input vars
- php max input vars htaccess
- classic widget plugin
- php value max input vars
- php max input vars:
- max input vars htaccess
- php max post size
- increasing max input vars limit
- max input vars php
- wp limit memory
- free cron jobs
- free cron job
- wordpress memory limit plugin
- wordpress max_input_vars
- remove wordpress logo from admin bar
- php max post vars
- php max input vars wp-config
- max input vars wordpress
- benchmark wordpress
- console log php wordpress
- max input vars php.ini
- php max_input_vars wordpress
- wordpress server load
- max_input_vars php
- how to increase max_input_vars
- how to increase max_input_vars in wordpress
- wordpress 5.8 old widgets
- log block plugin
- classic widget wordpress
- block logging plugin
- php max variable size
- max_input_vars default
- php max input variables wordpress
- wordpress classic widget
- increase max input vars wordpress
- wordpress php max input vars
- php max_post_size
- max_input_vars max value
- php set max_input_vars
- max input vars:
- old widget wordpress
- increasing max input vars limit.
- max post size php
- php change max_input_vars
- change php max input vars
- increase php memory limit wordpress plugin
- max post size
- max_input_vars increase
- inurl:wp-config.php
- Javascript
- Javacript Errors
- Jquery
- Jquery Migrate Version
- System monitor (System Dashboard)
- admin tools wordpress
- best tools
- bug tracker
- classic widgets
- dashboard tools
- database usage
- debugging tools
- dev tools
- developer tools
- directory permissions
- disable emojis
- disable-lazy-load
- disk usage
- easy tools
- google search console tag
- hosting performance
- increase maximum execution tim
- javascript errors
- jquery migrate
- jquery version
- license.txt
- must have
- page speed
- pagespeed
- php info
- php version
- remove wp icon
- search console
- server load
- server performance
- server stats
- theme pagespeed
- time limit
- verify bing webmaster tools
- Verify site ownership on Google Search Console
- wordpress admin tool
- wordpress tools
- wp tool
- sql performance
- CPU performance
- wordpress plugin not working
- wordpress plugin checker
- debug wordpress plugin
- wordpress plugin error
- wordpress plugin issues
- jquery wordpress plugin
- wordpress plugin 500 internal server error
- 500 error in wordpress plugin
- fix wordpress
- website testing tools
Posts From Our Blog
Benchmark server tool
Catch Errors (Also Javascript errors)
Check Tables
Console Log Block
Cron Jobs
Deactivate Emojis functionality to make WordPress faster
Deactivate Lazy Load
Disk size, disk used and disk free.
Emails notifications about notices, warnings and errors. (MySQL and PHP errors notification)
Erase readme.html and licence.txt files at root folder
How add Add Google Search Central (formerly Google Webmasters) HTML TAG to your site?
How Increase the PHP Max Post Size
How to Add Google Analytics GA Tracking ID on your WordPress site?
How to disable WordPress Native Sitemap Automatic Creation.
How to disables the default notification email after WordPress updates.
How to hide Admin Bar from non Administrators?
How to hide the debug information from your WordPress site?
How to increase maximum PHP POST Max Input Vars
How to see the PHP errors in WordPress site
How to see the PHP info about your site
Javascript Errors, jQuery Version and jQuery Migrate Version
Optimize and repair InnoDB and MyISAM database tables
Page Load Info (queries and load time)
Remove WP icon from admin toolbar
Replace WordPress logo at Login Page.
The WordPress wp-config.php
What is .htaccess ?
What is Robots.txt
WordPress 5.8 Kill the classic Widget Screen
WordPress File Permissions (set permissions)
wp-config.php permissions
wordpress correct permissions
hosting benchmarking tool
How to Fix the Blank Page (White Screen of Death)
WP Server Benchmark
WordPress Server Benchmark
vs benchmark
web server benchmark
Português
Este plugin tem atualmente mais de 44 ferramentas para ajudá-lo a gerenciar seu site WordPress, incluindo o painel com gráficos de uso da CPU/Disco/Memória e mais informações.
1) Mostrar os erros PHP, limitado a 200 últimos erros (para evitar o congelamento de seu navegador). Basta clicar em Mostrar os erros PHP no menu
2) Aumente o limite de memória, o limite de tempo e o limite de tamanho máximo de upload de arquivos sem editar nenhum arquivo WordPress ou PHP. Basta clicar em Configurações Gerais
3) Mostre o PHPINFO (PHP info) com muitas informações sobre a configuração de seu servidor PHP, e também IP do servidor.
4) Mostrar a média de carga do servidor (uso da CPU) no último minuto na barra superior de administração.
5) Desativar a criação automática do Sitemap Nativo do WordPress (ou apenas o Sitemap do usuário).
6) Desativa o e-mail padrão de notificação enviado por um site após uma atualização automática do WP, tema ou plugin.
7) Adicionar Google Analytics GA Tracking ID (Univeral Analytics) no rodapé.
8) Adicionar o TAG HTML do Google Search Central (antigo Google Webmasters).
9) Alerta na barra superior de administração se o WordPress Debug estiver ativo.
10) Ocultar a barra de administração de não administradores.
11) Desativar a funcionalidade de Lazy Load (adicionado na versão 5.5 do WP)
12) Desativar a funcionalidade Emojis (suporte para emoji’s em navegadores mais antigos)
13) Informações sobre esta página: Número de consultas SQL por página e tempo para carregar.
14) Registre e envie notificações por e-mail quando notifições, avisos e erros de PHP acontecerem.
15) Mostrar e editar rebots.txt.
16) Mostrar e testar tabelas mySQL (nome, status, tamanho e última atualização).
17) Bypass WordPress debug (se WP_DEBUG = falso) e mostrar erros e avisos na tela. (Não usar na produção!)
18) Mostrar a tabela de Cron Jobs.
19) Mostrar arquivo .htaccess
20) Mostrar arquivo wp-config.php
21) Mostrar Cookies
22) Restaura as telas de configuração dos widgets anteriores (“clássicos”) e desabilita o editor de blocos para gerenciar widgets.
23) Desativar a barra WP Admin no front-end dos sites. (não afeta o painel de instrumentos)
24) Botão para mostrar erros na barra de administração (também erros de Javascript!)
25) Mostrar Permissões de arquivos e pastas
26) Mostrar JQuery e Migrate Versões (veja Javascript e JQuery).
27) Apagar os arquivos readme.html e licence.txt na pasta raiz.
28) Mostrar o tamanho do disco, disco utilizado, disco livre e Maiores Pastas.
29)Remover o ícone WP da barra de ferramentas de administração (canto superior esquerdo).
30) Substituir o logotipo do WordPress na página de login.
31) Server Benchmark (desempenho).
32) Mostrar o mySQL (e informações do banco de dados) com muitos detalhes sobre a configuração de seu servidor mySQL.
33) Desativar o console log do javascript para não administradores.
34) Mostrar e verificar as permissões dos arquivos (incluído wp-config.php).
35) Mostrar e excluir transientes.
36) Permite que as ferramentas de banco de dados WordPress otimizem e reparem as tabelas de banco de dados InnoDB e MyISAM.
37) Desativar o Self PingBack.
Español
Este plugin actualmente tiene más de 44 herramientas para ayudarlo a administrar su sitio de WordPress, incluido el tablero con gráficos de uso de CPU/Disco/Memoria y más información.
1) Mostrar los errores PHP, limitados a los últimos 200 errores (para evitar que se congele el navegador). Sólo tienes que hacer clic en la voz Show PHP Erros en el menú
2) Aumente el límite de memoria, el límite de tiempo y el límite de tamaño máximo de los archivos subidos sin editar ningún archivo de WordPress o PHP. Simplemente haga clic en la pestaña de ajustes generales
3) Muestra el PHPINFO (PHP info) con mucha información sobre la configuración de su servidor PHP, también la IP del servidor.
4) Mostrar el porcentaje de carga del servidor (uso de la CPU) promedio para el último minuto en la barra superior de administración.
5) Desactivar la creación automática de sitemaps nativos de WordPress (o sólo el sitemap del usuario).
6) Desactiva el correo electrónico de notificación enviado por un sitio después de una actualización automática del núcleo, del tema o del plugin.
7) Añadir el ID de seguimiento de Google Analytics GA (Univeral Analytics) en el pie de página.
8) Añade el TAG HTML de Google Search Central (antes Google Webmasters).
9) Alerta en la barra de administración superior si la depuración de WordPress está activa.
10) Ocultar la barra de administración a los no administradores.
11) Desactivar la funcionalidad Lazy Load (añadida en la versión 5.5 de WP)
12) Desactivar la funcionalidad de Emojis (soporte para emoji’s en navegadores antiguos)
13) Información sobre la carga de la página: Número de consultas SQL por página y tiempo de carga de la página.
14) Registra y envía notificaciones por correo electrónico cuando se producen avisos, advertencias y errores de PHP.
15) Mostrar y editar rebots.txt.
16) Mostrar y probar las tablas de mySQL (nombre, estado, tamaño y última actualización).
17) Evitar la depuración de WordPress (si WP_DEBUG = false) y mostrar los errores y advertencias en pantalla. (¡No usar en producción!)
18) Mostrar tabla de Cron Jobs.
19) Mostrar archivo .htaccess
20) Mostrar el archivo wp-config.php
21) Mostrar Cookies
22) Restablece las pantallas de configuración de widgets anteriores (“clásicas”) y desactiva el editor de bloques para gestionar los widgets.
23) Desactivar la barra de administración de WP / barra de herramientas en el frontend de los sitios. (no afecta al panel de control)
24) Botón para mostrar errores en la barra de administración (¡también errores de Javascript!)
25) Mostrar permisos de archivos y carpetas
26) Mostrar JQuery y Migrate versiones (mirar Javascript y JQuery).
27) Borre los archivos readme.html y licence.txt de la carpeta raíz.
28) Muestra el tamaño del disco, el disco utilizado, el disco libre y las carpetas más grandes.
29)Eliminar el icono de WP de la barra de herramientas de administración (arriba a la izquierda).
30) Reemplazar el logotipo de WordPress en la página de inicio de sesión.
31) Benchmark del servidor (rendimiento).
32) Muestra el mySQL (información de la base de datos) con mucha información sobre la configuración de su servidor mySQL.
33) Desactivar los registros de la consola de javascript para los no administradores.
34) Mostrar y comprobar los permisos de los archivos (incluido wp-config.php).
35) Mostrar y eliminar los transitorios.
36) Permite que las herramientas de la base de datos de WordPress optimicen y reparen las tablas de las bases de datos InnoDB y MyISAM.
37) Desactivar Self PingBack.
Italiano
Questo plugin ha attualmente più di 44 strumenti per aiutarti a gestire il tuo sito WordPress, inclusa la dashboard con grafici di utilizzo di CPU/Disco/Memoria e ulteriori informazioni.
1) Mostra gli errori PHP, limitati agli ultimi 200 errori (per evitare di congelare il tuo browser). Basta cliccare sulla voce Mostra PHP Errori nel menu
2) Aumenta il limite di memoria, il limite di tempo e il limite massimo di dimensione del file di caricamento senza modificare alcun file WordPress o PHP. Basta fare clic sulla scheda Impostazioni generali
3) Mostra il PHPINFO (PHP info) con molte informazioni sulla configurazione del tuo server PHP, anche l’IP del server.
4) Mostra il carico percentuale del server (uso della CPU) medio per l’ultimo minuto nella barra amministrativa superiore.
5) Disabilita la creazione automatica della Sitemap nativa di WordPress (o solo la sitemap dell’utente).
6) Disabilita l’email di notifica predefinita inviata da un sito dopo un aggiornamento automatico del nucleo, del tema o del plugin.
7) Aggiungere Google Analytics GA Tracking ID (Univeral Analytics) nel footer.
8) Aggiungi il TAG HTML di Google Search Central (ex Google Webmasters).
9) Avviso sulla barra amministrativa superiore se WordPress Debug è attivo.
10) Nascondi la barra di amministrazione ai non amministratori.
11) Disattivare la funzionalità Lazy Load (aggiunta nella versione 5.5 di WP)
12) Disattivare la funzionalità Emojis (supporto per le emoji nei vecchi browser)
13) Informazioni sul caricamento della pagina: Numero di query SQL per pagina e tempo di caricamento della pagina.
14) Registra e invia notifiche via e-mail quando si verificano avvisi, avvertenze ed errori di PHP.
15) Mostra e modifica rebots.txt.
16) Mostra e testa le tabelle mySQL (nome, stato, dimensione e ultimo aggiornamento).
17) Bypassare il debug di WordPress (se WP_DEBUG = false) e mostrare errori e avvertimenti sullo schermo. (Non usare in produzione!)
18) Mostra la tabella Cron Jobs.
19) Mostra il file .htaccess
20) Mostra il file wp-config.php
21) Mostra i Cookies
22) Ripristina le schermate precedenti (“classiche”) delle impostazioni dei widget e disabilita l’editor di blocchi dalla gestione dei widget.
23) Disattivare la barra amministrativa WP / Toolbar sul frontend dei siti. (non influisce sulla dashboard)
24) Pulsante per mostrare gli errori sulla Admin Bar (anche errori Javascript!)
25) Mostra i permessi di file e cartelle
26) Mostra JQuery e Migrate Versioni (guarda Javascript e JQuery).
27) Cancellare i file readme.html e licence.txt nella cartella principale.
28) Mostra la dimensione del disco, il disco usato, il disco libero e le Top Maggiore Cartelle.
29) Rimuovere l’icona WP dalla barra degli strumenti di amministrazione (in alto a sinistra).
30) Sostituisci il logo di WordPress alla pagina di accesso.
31) Server Benchmark (prestazioni).
32) Mostra il mySQL (informazioni sul database) con molte informazioni sulla configurazione del tuo server mySQL.
33) Disattivare i log della console javascript per i non amministratori.
34) Mostra e controlla i permessi dei file (incluso wp-config.php).
35) Mostra e cancella i transienti.
36) Permette agli strumenti del database di WordPress di ottimizzare e riparare le tabelle del database InnoDB e MyISAM.
37) Disattivare Self PingBack.
changelog.txt
This file contains changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable.
Installation
1) Install via wordpress.org
2) Activate the plugin through the ‘Plugins’ menu in WordPress
or
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
FAQ
How to Install?
1) Install via wordpress.org
2) Activate the plugin through the ‘Plugins’ menu in WordPress
or
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
Reviews
Contributors & Developers
“WP Tools Increase Maximum Limits, Repair, Server PHP Info, Javascript errors, File Permissions, Transients, Error Log” is open source software. The following people have contributed to this plugin.
ContributorsInterested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.