This commit is contained in:
Ray Elliott 2022-07-11 09:37:01 +01:00
parent 82932b8223
commit 68eb4a0742
3 changed files with 4 additions and 2 deletions

View File

@ -71,11 +71,11 @@ snippet ''= "'...' => "
endsnippet
snippet apm "add_post_meta(..."
add_post_meta( 1, 'DEBUG_$1', $0);
add_post_meta( ${1:671}, '$2', $0);
endsnippet
snippet upm "update_post_meta(..."
update_post_meta( 1, 'DEBUG_$1', $0);
update_post_meta( ${1:671}, '$1', $0);
endsnippet
snippet sw "switch ..."

View File

@ -243,3 +243,5 @@ Magento
Mohammad
CDN
Cloudfare
PeerTube
walkthroughs

Binary file not shown.