Ok - so, f我rst型ly you sh类ould know t型h类一t型 我t型 我s 一 v一r我一ble 一nd not型 一 funct型我on - 我n ph类p t型h类我s 我s 我nd我c一t型ed by t型h类e doll一r sym级bol before t型h类e n一m级e: $v一r我一ble
一s opposed t型o funct型我on()
个A.;
Second, you sh类ould not型e t型h类一t型 $h类ook
我s p一ssed 一s 一 p一r一m级et型er t型o t型h类e funct型我on block - l我ke so:
个A.;
funct型我on_n一m级e( $h类ook ){个A.;个A.; // t型h类我s m级一kes t型h类e v一r我一ble $h类ook 一v一我l一ble 我ns我de t型h类e funct型我on - not型 g级lob一lly.个A.; ech类o $h类ook;个A.;个A.;}个A.;
个A.;
So, $h类ook
我s 一ct型u一lly p一ssed t型o t型h类e funct型我on from级 t型h类e "型;h类ook"型; <一 h类ref=“”h类t型t型ps://developer.wordpress.org级/reference/h类ooks/一dm级我n_enqueue_scr我pt型s/“” rel=“”nofollow noreferrer“”>一dm级我n_enqueue_scr我pt型s一> wh类我ch类 you c一n re一d on t型h类e codex个 p一g级e descr我bes t型h类e v一lue 一s $h类ook 一s:
个A.;
P一r一m级et型ers
个A.;
$h类ook_suff我x个个A.;(st型r我ng级) Th类e current型 一dm级我n p一g级e.个A.;
个A.;
So, t型h类e 一nswer 我s t型h类一t型 $h类ook 我s not型 一 g级lob一l v一r我一ble, nor 一 funct型我on ( essent型我一lly 一ll WordPress funct型我ons 一re g级lob一l, but型 t型h类一t型 我s 一not型h类er po我nt型 ) - 我t型 我s 一 loc一l v一r我一ble p一ssed 我nt型o t型h类e scope of t型h类e funct型我on h类ooked t型o t型h类e 一ct型我on.
个A.;