Skip to content

refactor: use the new black friday hooks #4407

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

Draft
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

Soare-Robert-Daniel
Copy link
Contributor

@Soare-Robert-Daniel Soare-Robert-Daniel commented May 13, 2025

Summary

  • Removed the old code for Black Friday.
  • Added the new hooks integration.

Will affect visual aspect of the product

YES

Screenshots

CleanShot 2025-05-13 at 14 44 46@2x
CleanShot 2025-05-13 at 14 45 00@2x
CleanShot 2025-05-13 at 14 45 11@2x
CleanShot 2025-05-13 at 15 48 45@2x

Test instructions

You can use this hook to alternate it:

add_filter(
	'themeisle_sdk_current_date',
	function() {
		return new DateTime( '2025-11-26' );
	}
);

Check before Pull Request is ready:

Closes #.

@Soare-Robert-Daniel Soare-Robert-Daniel self-assigned this May 13, 2025
@Soare-Robert-Daniel Soare-Robert-Daniel added the pr-checklist-skip Allow this Pull Request to skip checklist. label May 13, 2025
@Soare-Robert-Daniel Soare-Robert-Daniel force-pushed the refactor/blackfriday-hooks branch from 0ff786c to 8ae541d Compare May 14, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-checklist-skip Allow this Pull Request to skip checklist.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant