', esc_url( get_bloginfo( 'pingback_url' ) ) ); } } add_action( 'wp_head', 'business_aarambha_pingback_header' ); /** * Return an array of all icons. */ function business_aarambha_get_fontawesome() { // Bail if the nonce doesn't check out if ( ! isset( $_POST['business_aarambha_customize_nonce'] ) || ! wp_verify_nonce( sanitize_key( $_POST['business_aarambha_customize_nonce'] ), 'business_aarambha_customize_nonce' ) ) { wp_die(); } // Do another nonce check check_ajax_referer( 'business_aarambha_customize_nonce', 'business_aarambha_customize_nonce' ); // Bail if user can't edit theme options if ( ! current_user_can( 'edit_theme_options' ) ) { wp_die(); } // Get all of our fonts $fonts = Business_Aarambha_Font_Awesome_Icons::$icons; ob_start(); if( $fonts ){ ?> admin, 'maybe_redirect_to_getting_started' ] ); } }, 1 );