update
This commit is contained in:
parent
82932b8223
commit
68eb4a0742
3 changed files with 4 additions and 2 deletions
|
|
@ -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 ..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue