Pinned Loading
-
-
twitter-connect-plugin
twitter-connect-plugin PublicForked from chroa/twitter-connect-plugin
Cordova/PhoneGap plugin to use Twitter Single Sign on
Objective-C
-
Preload scripts in wordpress wp_head
Preload scripts in wordpress wp_head 1add_action('wp_head', 'preload_scripts' );
2function preload_scripts() {
3?>
4<link rel="preconnect" href="https://fonts.gstatic.com">
5<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap" rel="stylesheet">
-
Wordpress nav menu recursive function
Wordpress nav menu recursive function 1function generate_menu( $menu_items, int $parent = 0, $depth = 0 ){
2?>
3<ul>
4<?php
5foreach ( $menu_items as $key => $item ): ?>
-
Wordpress check if current menu item...
Wordpress check if current menu item has sub menu 1function has_sub_menu( array $menu_items, int $id ){
2foreach ( $menu_items as $menu_item ){
3if ( (int)$menu_item->menu_item_parent === $id ) {
4return true;
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.