This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="IqbalRony-Custom" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"> | |
| <!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml --> | |
| <!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml --> | |
| <!-- Set a description for this ruleset. --> | |
| <description>IqbalRony Custom Coding Standards</description> | |
| <arg name="parallel" value="8" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Commands | |
| -------------- | |
| Wordpress Download = wp core download | |
| Config.php file create = wp config create --dbname=database_name --dbuser=database_username --dbpass=database_password | |
| Wordpress Install = wp core install --url=example.com --title=Example --admin_user=supervisor --admin_password=strongpassword --admin_email=info@example.com | |
| Theme or Plugin Install = wp theme/plugin install theme_slug/plugin_slug | |
| Theme or Plugin Activate = wp theme/plugin activate theme_slug/plugin_slug | |
| Theme or Plugin Install & Activate = wp theme/plugin install theme_slug/plugin_slug --activate |
OlderNewer