'; echo '
  • ' .esc_html__( 'Home', 'online-news' ). '
  • '; wp_list_pages( array( 'title_li' => '', 'depth' => 1, 'number' => 5, ) ); echo ''; } endif; if( ! function_exists( 'online_news_social_links' ) ) : /** * * Social Links * */ function online_news_social_links() { $facebook = online_news_get_option( 'facebook' ); $twitter = online_news_get_option( 'twitter' ); $google_plus = online_news_get_option( 'google_plus' ); $instagram = online_news_get_option( 'instagram' ); $linkedin = online_news_get_option( 'linkedin' ); ?> 'online-news-dropdown-categories-' . $this->id, 'echo' => 0, 'show_option_none' => __( '— Select —', 'online-news' ), 'option_none_value' => '0', 'selected' => $this->value(), 'hide_empty' => 0, ) ); $dropdown = str_replace( 'get_link(), $dropdown ); printf( '', esc_html($this->label), esc_html($this->description), $dropdown ); } }