WordPress Help
Official documentation, learning resources, and contributor guides collected from WordPress.org.
-
So versetzen Sie die Website in den Wartungsmodus
WP-CLIWP-CLI WP-CLI ist die Befehlszeilenschnittstelle für WordPress, die verwendet wird, um administrative und Entwicklungsaufgaben auf programmatische Weise auszuführen. Die Projektseite ist http://wp-cli.org/ https://make.wordpress.org/cli/ bietet einen Befehl zum Aktivieren und Deaktivieren des Wartungsmodus sowie zum Überprüfen, ob der Wartungsmodus aktiviert ist oder nicht. Schritt 1 – Status überprüfen $ wp maintenance-mode status Der Wartungsmodus ist nicht…
-
Comment mettre le site en mode maintenance
WP-CLIWP-CLI WP-CLI est l’interface en ligne de commande de WordPress, utilisée pour effectuer des tâches d’administration et de développement de manière programmatique. La page du projet est http://wp-cli.org/ https://make.wordpress.org/cli/ propose une commande pour activer, désactiver le mode maintenance et vérifier si le mode maintenance est activé ou non. Étape 1 – Vérifier l’état $ wp…
-
Cómo poner el sitio en modo de mantenimiento
WP-CLIWP-CLI WP-CLI es la interfaz de línea de comandos para WordPress, utilizada para realizar tareas administrativas y de desarrollo de forma programática. La página del proyecto es http://wp-cli.org/ https://make.wordpress.org/cli/ ofrece un comando para activar, desactivar el modo de mantenimiento y comprobar si el modo de mantenimiento está activado o no. Paso 1 – Comprobar el…
-
How to WP-CLI
Introduction Using WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/, you can perform specific tasks using the command line instead of accessing the WordPress admin panel. In the following section, we will cover step by step some…
-
Installing
Requirements WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ requires PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded…
-
Internal API
WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ includes a number of utilities which are considered stable and meant to be used by commands. This also means functions and methods not listed here are considered part of…
-
WP-CLI Hack Day
Welcome to WP-CLI Hack Day! We appreciate you taking time to contribute to the project. We’d love to help you submit at least one pull request today. Given this goal, you’ll likely want to start with something small and attainable. After you’ve submitted your first pull request for the day, you’re welcome to work on…
-
Plugin Integration Tests
This guide demonstrates how to run integration tests on both Travis CI and locally. The scaffolding uses the WordPress CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. “unit tests” that serve to unit-test WordPress Core. Unit tests are useful for testing plugins and themes as well,…
-
Philosophy
WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ is the command-line interface for WordPress. It provides commands for actions that can be performed in the WordPress backend (e.g. wp theme activate and wp user create), as well…
-
Pull Requests
WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ follows a pull request workflow for changes to its code (and documentation). Whether you want to fix a bug or implement a new feature, the process is pretty much…