get_calendar

過濾鉤子
apply_filters( 'get_calendar', $cache[ $key ] )

get_calendar: 這個函式檢索並輸出WordPress中用於顯示文章日期的日曆的HTML: 該函式不需要引數,並返回一個代表日曆的HTML字串。

此篩選器記錄在wpincludes/general-template.php中。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$output = apply_filters( 'get_calendar', $cache[ $key ] );
$output = apply_filters( 'get_calendar', $cache[ $key ] );
$output = apply_filters( 'get_calendar', $cache[ $key ] );

常見問題

FAQs
檢視更多 >