update
This commit is contained in:
parent
aac456d6d5
commit
6bd40aeeeb
7 changed files with 93 additions and 90 deletions
|
|
@ -71,11 +71,11 @@ snippet ''= "'...' => "
|
|||
endsnippet
|
||||
|
||||
snippet apm "add_post_meta(..."
|
||||
add_post_meta( ${1:671}, '$2', $0);
|
||||
add_post_meta( ${1:2720}, '__DEBUG__$2', $0);
|
||||
endsnippet
|
||||
|
||||
snippet upm "update_post_meta(..."
|
||||
update_post_meta( ${1:671}, '$1', $0);
|
||||
update_post_meta( ${1:2720}, '__DEBUG__$1', $0);
|
||||
endsnippet
|
||||
|
||||
snippet sw "switch ..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue