| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
SVG icons related functions
| File Size: | 107 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| twentynineteen_get_icon_svg( $icon, $size = 24 ) X-Ref |
| Gets the SVG code for a given icon. |
| twentynineteen_get_social_icon_svg( $icon, $size = 24 ) X-Ref |
| Gets the SVG code for a given social icon. |
| twentynineteen_get_social_link_svg( $uri, $size = 24 ) X-Ref |
| Detects the social network from a URL and returns the SVG code for its icon. |
| twentynineteen_nav_menu_social_icons( $item_output, $item, $depth, $args ) X-Ref |
| Display SVG icons in social links menu. param: string $item_output The menu item's starting HTML output. param: WP_Post $item Menu item data object. param: int $depth Depth of the menu. Used for padding. param: stdClass $args An object of wp_nav_menu() arguments. return: string The menu item output with social icon. |
| twentynineteen_add_dropdown_icons( $item_output, $item, $depth, $args ) X-Ref |
| Add a dropdown icon to top-level menu items. param: string $item_output The menu item's starting HTML output. param: WP_Post $item Menu item data object. param: int $depth Depth of the menu. Used for padding. param: stdClass $args An object of wp_nav_menu() arguments. return: string Nav menu item start element. |
| Generated: Tue Nov 4 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |