WordPress的head或footer加上代碼

WordPress的head或footer加上代碼

 

WordPress的head或footer加上代碼

 

資料來源: https://sofree.cc/wp-head-footer-code/

 

function wp_blog_head() {
     echo ‘語法在此,前面有使用echo才可輸出 ‘;
} add_action(‘wp_head’, ‘wp_blog_head’);

 

function wp_blog_footer() {
    echo ‘語法在此,前面有使用echo才可輸出 ‘;
} add_action(‘wp_footer’, ‘wp_blog_footer’);

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *