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

[Fix] PHP warning on (AnsPress) Categories widget #780

Merged
merged 3 commits into from
Aug 9, 2023
Merged

Conversation

mebishalnapit
Copy link
Collaborator

This PR includes:

  • Fixes PHP warning message for undefined array key title when using this widget initially
  • Fixes PHP warning message for undefined array key hide_empty when using this widget initially
  • Fixes PHP warning message for undefined array key parent when using this widget initially
  • Fixes PHP warning message for undefined array key number when using this widget initially
  • Fixes PHP warning message for undefined array key orderby when using this widget initially
  • Fixes PHP warning message for undefined array key order when using this widget initially

Modify the icon_width and icon_height widget instance declaration inside an instance array
PHP undefined array keys of (AnsPress) Categories widget for title, hide_empty, parent, number, orderby and order
@mebishalnapit mebishalnapit linked an issue Aug 9, 2023 that may be closed by this pull request
addons/categories/widget.php Outdated Show resolved Hide resolved
@rahularyan rahularyan added this pull request to the merge queue Aug 9, 2023
Merged via the queue into master with commit 756b7bc Aug 9, 2023
6 checks passed
@rahularyan rahularyan deleted the fix-605-new branch April 17, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP warning on (AnsPress) Categories widget
2 participants