'; $settings_url = get_bloginfo( 'wpurl' ) . '/wp-admin/options-general.php?page=shariff3uu&tab=advanced">'; // Translators: %s will be replaced with the correct URL to the local Shariff Settings page and tab. printf( wp_kses( __( 'Please check your Shariff Settings!', 'shariff' ), array( 'a' => array( 'href' => true ) ) ), esc_url( $settings_url ) ); echo ' '; // Translators: %s will be replaced with a service name e.g. Twitter. printf( wp_kses( __( '%s has been selected as a service, but no username, ID or address has been provided! Please enter the required information on the advanced tab!', 'shariff' ), array() ), esc_html( $service ) ); echo '

'; } } } add_action( 'admin_notices', 'shariff3uu_service_notice' );