[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Functions which enhance the theme by hooking into WordPress
File Size: | 211 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
twentynineteen_body_classes( $classes ) X-Ref |
Adds custom classes to the array of body classes. return: array param: array $classes Classes for the body element. |
twentynineteen_post_classes( $classes, $class, $post_id ) X-Ref |
Adds custom class to the array of posts classes. |
twentynineteen_pingback_header() X-Ref |
Add a pingback url auto-discovery header for single posts, pages, or attachments. |
twentynineteen_comment_form_defaults( $defaults ) X-Ref |
Changes comment form default fields. |
twentynineteen_get_the_archive_title() X-Ref |
Filters the default archive titles. |
twentynineteen_post_thumbnail_sizes_attr( $attr ) X-Ref |
Add custom sizes attribute to responsive image functionality for post thumbnails. return: string Value for use in post thumbnail 'sizes' attribute. param: array $attr Attributes for the image markup. |
twentynineteen_add_ellipses_to_nav( $nav_menu, $args ) X-Ref |
Add an extra menu to our nav for our priority+ navigation to use return: string More link for hidden menu items. param: string $nav_menu Nav menu. param: object $args Nav menu args. |
twentynineteen_nav_menu_link_attributes( $atts, $item, $args, $depth ) X-Ref |
WCAG 2.0 Attributes for Dropdown Menus Adjustments to menu attributes tot support WCAG 2.0 recommendations for flyout and dropdown menus. |
twentynineteen_add_mobile_parent_nav_menu_items( $sorted_menu_items, $args ) X-Ref |
Create a nav menu item to be displayed on mobile to navigate from submenu back to the parent. This duplicates each parent nav menu item and makes it the first child of itself. return: array Amended nav menu items. param: array $sorted_menu_items Sorted nav menu items. param: object $args Nav menu args. |
Generated : Tue Jan 26 08:20:01 2021 | Cross-referenced by PHPXref |