setting variable in header.php but not seen in footer.php

后端 未结 5 1211
醉梦人生
醉梦人生 2021-02-19 02:24

in wordpress , i set a variable in header.php


but in footer.php when I ech

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-19 03:01

    In wordpress Header, any template, Footer is different functions so you have to declare any varible as a global variable then you can access it .

    /** header.php **/
    
    
    /** Template.php or Footer.php **/
    
    

提交回复
热议问题