Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ New WordPress.WP.GetMetaSingle sniff #2465

Merged
merged 11 commits into from
Aug 28, 2024

Commits on Jul 12, 2024

  1. ✨ New WordPress.WP.GetMetaSingle sniff

    This sniff warns when get_*_meta() and get_metadata*() functions are used
    with the $meta_key/$key param, but without the $single parameter. This
    could lead to unexpected behavior as an array will be returned, but a
    string might be expected.
    rodrigoprimo committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4b47564 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    fa399d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    668518d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d189e65 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Apply suggestions from code review

    Co-authored-by: Juliette <[email protected]>
    rodrigoprimo and jrfnl authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    168e746 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    9806487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a3e3b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    4a45912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd1620 View commit details
    Browse the repository at this point in the history
  3. Indentation

    rodrigoprimo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c73162e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    694bdf5 View commit details
    Browse the repository at this point in the history