Skip to content

Instantly share code, notes, and snippets.

View KustomDeveloper's full-sized avatar
:octocat:
Building React Apps

Michael Hicks KustomDeveloper

:octocat:
Building React Apps
View GitHub Profile
@KustomDeveloper
KustomDeveloper / .cmd
Last active February 6, 2023 15:53
Windows Powershell | Change multiple filenames in Folder
Open a Command Prompt.
Go to the folder with the cd command (eg.: cd "path of your folder").
Open a powershell by typing: powershell
Then input this: get-childitem *.mp3 | foreach {rename-item $_ $_.name.replace(" ","")}
@KustomDeveloper
KustomDeveloper / cf7-form
Last active February 6, 2023 16:03
CF7- Wordpress-Redirect to Google Reviews Page If Customer Leaves 5 Star Review
<h3>Leave a Review</h3>
<label> Name
[text* your-name autocomplete:name] </label>
<b>Rating</b> [radio review-radio default:1 "5" "4" "3" "2" "1"]
<label> Your Review
[textarea* your-review x4]</label>
[dscf7captcha dscf7captcha-205]