twenty_twenty_one_svg_icons_{$group}

過濾鉤子
apply_filters( "twenty_twenty_one_svg_icons_{$group}", $arr )
引數
  • (array) $arr Array of icons.
    Required:
定義位置
  • wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php , line 174
相關勾子
twentytwenty_svg_icons_grouptwenty_twenty_one_svg_icons_socialtwenty_twenty_one_social_icons_maptwentytwenty_svg_icons_socialtwentytwenty_svg_icon_color
引入
Twenty Twenty-One 1.0
棄用
-

twenty_twenty_one_svg_icons_{$group}:這是一個過濾器鉤子,可讓您更改 Twenty Twenty One 主題圖示中使用的 SVG。

過濾Twenty Twenty-One的圖示陣列。

鉤子名稱的動態部分$group引用圖示組的名稱;“ui”;或“social”。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$arr = apply_filters( "twenty_twenty_one_svg_icons_{$group}", $arr );
$arr = apply_filters( "twenty_twenty_one_svg_icons_{$group}", $arr );
$arr = apply_filters( "twenty_twenty_one_svg_icons_{$group}", $arr );

常見問題

FAQs
檢視更多 >