array( 'link' => esc_url( 'http://themepalace.com/theme-instructions/bizlight-pro/' ), 'text' => __( 'Theme Documentation', 'bizlight' ), ), 'theme_demo' => array( 'link' => esc_url( 'http://demo.evisionthemes.com/bizlight-pro/' ), 'text' => __( 'Theme Demo', 'bizlight' ), ), 'theme_author' => array( 'link' => esc_url( 'http://evisionthemes.com/' ), 'text' => __( 'Theme Author', 'bizlight' ), ), 'support' => array( 'link' => esc_url( 'https://wordpress.org/support/theme/bizlight' ), 'text' => __( 'Support', 'bizlight' ), ), 'review' => array( 'link' => esc_url( 'https://wordpress.org/support/view/theme-reviews/bizlight' ), 'text' => __( 'Review', 'bizlight' ), ) ); $important_links_text = ''; foreach ( $important_links as $important_link) { $important_links_text .= '

' . esc_attr( $important_link['text'] ) .'

'; } return $important_links_text; } endif; $bizlight_sections['bizlight-imp-links'] = array( 'priority' => 200, 'title' => __( 'Important Links ', 'bizlight' ), ); /*creating setting control for bizlight-imp-links start*/ $bizlight_settings_controls['bizlight-imp-links-copyright'] = array( 'control' => array( 'label' => __( 'Copyright Text', 'bizlight' ), 'section' => 'bizlight-imp-links', 'type' => 'message', 'priority' => 2, 'description' => bizlight_important_links(), 'active_callback' => '' ) );