亚洲国产精品久久一线不卡,日韩av片无码一区二区不卡电影 ,欧美搡BBBBB搡BBBBB,18禁裸男晨勃露J毛免费观看

專業(yè)WORDPRESS主題設(shè)計(jì)制作

wp_get_theme()函數(shù)(wpf theme)

發(fā)布于: 2022-08-19

wp_get_theme()函數(shù)主要作用是用來(lái)獲得WordPress主題的相關(guān)信息。
語(yǔ)法

<?php wp_get_theme($stylesheet, $theme_root) ?>

參數(shù)

參數(shù)1:內(nèi)容為查詢的主題名,可選。默認(rèn)值:null

參數(shù)2:主題根要查看的絕對(duì)路徑??蛇x。如果沒(méi)有指定,get_raw_theme_root()用于計(jì)算主題根為樣式表提供(或當(dāng)前主題)。默認(rèn)值:null

實(shí)例

wp_get_theme()函數(shù)
<?php
$theme = wp_get_theme();
echo $theme->get( 'Name' ); //主題名
echo $theme->get( ThemeURI' ); //主題 URL
echo $theme->get( Description' ); //主題描述
echo $theme->get( Author' ); //作者名
?>

wp_get_theme()函數(shù)詳細(xì)參數(shù):

  1. Name:主題名
  2. ThemeURI:主題 URL
  3. Description:主題描述
  4. Author:作者名
  5. AuthorURI:作者 URL
  6. Version:主題版本號(hào)
  7. Template:父主題的文件夾名稱,子主題中使用
  8. Status:主題狀態(tài),如果發(fā)布的話
  9. Tags:標(biāo)簽
  10. TextDomain:主題中用于翻譯目的的文本域
  11. DomainPath:主題翻譯文件路徑

當(dāng)然啦,wp_get_theme()函數(shù)還可以指定主題名來(lái)獲取指定主題的其它信息,如下:

<?php
$theme = wp_get_theme( 'Viti' );
if ( $theme->exists() )
echo $theme;
?>
WP技術(shù)資料 wordpress模板制作、wordpress主題開(kāi)發(fā)相關(guān)知識(shí)常見(jiàn)問(wèn)題總結(jié)
MORE
服務(wù)電話:
0533-2765967

微信 13280692153