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

Tweak build class mapping #65

Closed
wants to merge 7 commits into from
Closed

Tweak build class mapping #65

wants to merge 7 commits into from

Conversation

iodic
Copy link
Collaborator

@iodic iodic commented Dec 17, 2024

This changeset includes the following updates:

  • Tweak class mapping during the build process to ensure compatibility,
  • Tweak the code style, and
  • Update admin section panel showing/hiding depending on the connection to MBE being established or not.

parse_str( $_POST['post_data'], $post_data ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized, WordPress.Security.ValidatedSanitizedInput.MissingUnslash
if ( isset( $post_data['facebook_event_id'] ) ) {
$event_id = $post_data['facebook_event_id'];
$server_event = ServerEventFactory::safe_create_event(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation on this line is not correct

@facebook-github-bot
Copy link
Contributor

@vahidkay-meta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@vahidkay-meta merged this pull request in 583009c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants