Skip to content

Find a way to re-use core i18n string without violationg coding standards #30

@carstingaxion

Description

@carstingaxion

$user_name = sanitize_text_field( $user_name );

$is_uppercase_found = preg_match( '/[A-Z]/', $password );
$is_symbol_found = preg_match( '/[^a-zA-Z0-9]/', $password );

Metadata

Metadata

Assignees

No one assigned

    Labels

    automationCI/CD and all other kinds of workflowsbugSomething isn't workingi18nInternationalization & Localization related issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions