Skip to content

Conversation

@girishpanchal30
Copy link
Contributor

@girishpanchal30 girishpanchal30 commented May 19, 2025

Summary

Replaced deprecated variable interpolation ${site_slug} with the recommended syntax {$site_slug} to ensure compatibility with PHP 8.2 and above.

Will affect visual aspect of the product

NO

Test instructions

  • Run the following sample command:
  • sudo -u php-fpm-user -i -- wp search-replace "staging.garriganenterprises.com/bear" "www.garriganenterprises.com" --all-tables --precise --path=/usr/share/nginx/html/www
  • Ensure that no PHP deprecation warnings (such as ${var} usage) are displayed during execution.

Check before Pull Request is ready:

Closes #436.

@girishpanchal30 girishpanchal30 requested a review from abaicus May 19, 2025 13:32
@pirate-bot pirate-bot added the pr-checklist-incomplete The Pull Request checklist is incomplete. (automatic label) label May 19, 2025
@girishpanchal30 girishpanchal30 added the pr-checklist-skip Allow this Pull Request to skip checklist. label May 19, 2025
@pirate-bot pirate-bot added pr-checklist-complete The Pull Request checklist is complete. (automatic label) and removed pr-checklist-incomplete The Pull Request checklist is incomplete. (automatic label) labels May 19, 2025
@pirate-bot
Copy link
Collaborator

pirate-bot commented May 19, 2025

Plugin build for 678c786 is ready 🛎️!

@girishpanchal30 girishpanchal30 linked an issue May 19, 2025 that may be closed by this pull request
@abaicus abaicus merged commit 219a1cc into development May 21, 2025
8 checks passed
@abaicus abaicus deleted the fix/issue-436 branch May 21, 2025 16:01
@pirate-bot
Copy link
Collaborator

🎉 This PR is included in version 1.2.21 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-checklist-complete The Pull Request checklist is complete. (automatic label) pr-checklist-skip Allow this Pull Request to skip checklist. released Indicate that an issue has been resolved and released in a particular version of the product.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PHP 8.3 warning in WP_Cli file

4 participants