SZ
Size: a a a
SZ
SZ
MK
MK
MK
mkdir $1
cd $1
wp core download --locale=fr_FR --force
for PLUGIN in gotmls disable-comments better-wp-security jetpack imsanity advanced-custom-fields wp-optimize p3-profiler
do
printf "installation plugin $VARIABLE"
curl -O https://downloads.wordpress.org/plugin/$PLUGIN.zip
unzip $PLUGIN.zip -d wp-content/plugins/
rm $PLUGIN.zip
done
SZ
SZ
for PLUGIN in gotmls disable-comments better-wp-security jetpack imsanity advanced-custom-fields wp-optimize p3-profiler
do
printf "installation plugin $VARIABLE"
curl -O https://downloads.wordpress.org/plugin/$PLUGIN.zip
unzip $PLUGIN.zip -d wp-content/plugins/
rm $PLUGIN.zip
done
MK
SZ
AK
MK
AK
MK
To use this theme, you'll need first to enable Developer Tools experiments in chrome://flags:
- Go to chrome://flags
- Look for "Developer Tools experiments"
- Enable it and restart Chrome
- Open Developer Tools
- Open the Settings > Experiments > "Allow Custom UI Themes"
- Close and reopen the DevTools
AK
To use this theme, you'll need first to enable Developer Tools experiments in chrome://flags:
- Go to chrome://flags
- Look for "Developer Tools experiments"
- Enable it and restart Chrome
- Open Developer Tools
- Open the Settings > Experiments > "Allow Custom UI Themes"
- Close and reopen the DevTools
AK
MK
AF
SZ
RP