We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/wp-admin/admin.php?page=wpseo_page_settings when saving get to page /wp-admin/admin.php?page=wpseo_page_settings_saved&settings-updated=true
no error
E_DEPRECATED: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in \wp-admin\admin-header.php on line 36
It seems you didn't set a title for the page when registering it
If possible, please provide a screenshot, a screen recording or a code snippet which demonstrates the bug.
The text was updated successfully, but these errors were encountered:
fix: strip_tags() deprecated error with PHP 8.2.* [Yoast#22029]
ec7d4d1
PR available here: #22056
Sorry, something went wrong.
PHP 8.2.*
{siteurl}/wp-admin/admin.php?page=wpseo_page_settings_saved
Successfully merging a pull request may close this issue.
Please give us a description of what happened
To Reproduce
Step-by-step reproduction instructions
/wp-admin/admin.php?page=wpseo_page_settings
when saving get to page /wp-admin/admin.php?page=wpseo_page_settings_saved&settings-updated=true
Expected results
no error
Actual results
It seems you didn't set a title for the page when registering it
Screenshots, screen recording, code snippet
If possible, please provide a screenshot, a screen recording or a code snippet which demonstrates the bug.
Technical info
Used versions
The text was updated successfully, but these errors were encountered: