I hereby claim:
- I am martylouis on github.
- I am martylouis (https://keybase.io/martylouis) on keybase.
- I have a public key ASAixACLhUJyQtT6yb264L0-gshVMuxXIpLaKXtnxZV9Bgo
To claim this, I am signing this object:
<?php | |
/** | |
* Advanced Custom Fields 5.0 Config | |
*/ | |
$acf_path = 'acf.php'; | |
require_once $acf_path; | |
node_modules | |
*.log | |
*.bak | |
*.swp | |
*~ | |
.cvs | |
.DS_Store | |
.svn | |
Thumbs.db |
# Set the default behavior, in case people don't have core.autocrlf set. | |
* text=auto | |
# Explicitly declare text files you want to always be normalized and converted | |
# to native line endings on checkout. | |
*.c text | |
*.h text | |
# Declare files that will always have CRLF line endings on checkout. | |
*.sln text eol=crlf |
I hereby claim:
To claim this, I am signing this object:
async function selectDirectory() { | |
try { | |
const handle = await window.showDirectoryPicker(); | |
return handle; | |
} catch (error) { | |
console.error("Error:", error); | |
} | |
} | |
function downloadImages(url, saveDirectoryHandle) { |
/Menus { | |
/~superScript2 { | |
/Context 0 | |
/Modifiers 0 | |
/Represent 0 | |
/Key 0 | |
} | |
/~subscript2 { | |
/Context 0 | |
/Modifiers 0 |
A WP-CLI script to archive MP3 files from your WordPress media library, create a ZIP file of the archive, and generate detailed logs.
This script helps WordPress administrators manage large collections of MP3 files by: