' . esc_html__( 'All settings saved!', 'airin-blog' ) . '

'; } } add_action( 'admin_notices', 'airinblog_fun_options_notice' ); // Display the options page function airinblog_fun_settings_function() { ?>

array( 'link' => 'https://airinblog.web-zone.org', 'text' => esc_html__( 'View demo', 'airin-blog' ), ), 'rating' => array( 'link' => 'https://wordpress.org/support/theme/airin-blog/reviews/', 'text' => esc_html__( 'Rate this theme', 'airin-blog' ), ), ); foreach ( $help_links as $help_link ) { echo '

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

'; } }