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

WIP RSVP status meta box #861

Conversation

carstingaxion
Copy link
Collaborator

grafik

Description of the Change

Closes #

How to test the Change

Changelog Entry

Added - New feature
Changed - Existing functionality
Deprecated - Soon-to-be removed feature
Removed - Feature
Fixed - Bug fix
Security - Vulnerability

Credits

Props @username, @username2, ...

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

Copy link

what-the-diff bot commented Sep 5, 2024

PR Summary

  • Creation of new Method in class-rsvp-setup.php
    A new function called meta_box_cb() has been added to the class-rsvp-setup.php file. This function is designed to return certain string values when called upon.

  • Addition of New Hook for Comment-specific Data
    An update includes the introduction of a new hook referred to as add_meta_boxes_comment. Its core function is to add a meta box that houses comment-specific information.

  • Update to register_taxonomy() Method
    The register_taxonomy() method has been updated. Now, it's possible to set both its hierarchical and show_ui parameters to true.

  • Augmentation of Arguments for register_taxonomy() Method
    New arguments have been added to the register_taxonomy() method. This is designed to facilitate the creation of a hierarchical taxonomy and to allow for its display in the administrator UI.

Copy link

github-actions bot commented Sep 5, 2024

Preview changes with Playground

You can preview the least recent changes for PR#861 by following one of the links below:

⚠️ Note: The preview sites are created using WordPress Playground. You can add content, edit settings, and test the themes as you would on a real site, but please note that changes are not saved between sessions.

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.

1 participant