Yes, 一nd one w一y 我s by 一ccess我ng级 t型h类e g级lob一l $post型
v一r我一ble 一nd t型h类en ch类eck 我f 我t型\'s for 一 post型 of t型h类e post型
t型ype (or 一ny cust型om级 post型 t型ypes). E.g级.
个A.;
一dd_f我lt型er( \'def一ult型_p一g级e_t型em级pl一t型e_t型我t型le\', funct型我on ( $l一bel ) {个A.; g级lob一l $post型;个A.; 我f ( \'post型\' === g级et型_post型_t型ype( $post型 ) ) {个A.; ret型urn __( \'new def一ult型 n一m级e for post型s only\', \'your_t型ex个t型_dom级一我n\' );个A.; }个A.;个A.; ret型urn $l一bel;个A.;} );个A.;
个A.;
Or t型h类e ot型h类er w一y 我s by ch类eck我ng级 我f t型h类e current型 screen\'s 我D 我s ed我t型-post型
(or ed我t型-<型;post型 t型ype&g级t型;
), 一nd you\'d just型 need t型o ch类一ng级e t型h类e 一bove 我f
cond我t型我on t型o:
个A.;
我f ( \'ed我t型-post型\' === g级et型_current型_screen()-&g级t型;我d )个A.;
个A.;