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

Added new filters to modify the more popup window title and adding custom HTML content above share buttons #393

Closed
appscreo opened this issue Aug 3, 2023 · 1 comment
Labels
customer suggestion enhancement Improvements that slightly enhance existing functionality and are fast to implement fixed Issue is fixed module: Share Buttons new feature Indicates new feature requests from customer roadmap The new functionality of plugin that is planned (internal or customer suggestions)
Milestone

Comments

@appscreo
Copy link
Owner

appscreo commented Aug 3, 2023

No description provided.

@appscreo appscreo added enhancement Improvements that slightly enhance existing functionality and are fast to implement fixed Issue is fixed new feature Indicates new feature requests from customer module: Share Buttons customer suggestion roadmap The new functionality of plugin that is planned (internal or customer suggestions) labels Aug 3, 2023
@appscreo
Copy link
Owner Author

appscreo commented Aug 3, 2023

add_filter('essb_morepopup_title', function($title) {
	$title = 'Custom window title';
	return $title;
});

add_filter('essb_morepopup_message', function() {
	return '<p>This is custom <b>message</b> in the window </p>';
});

@appscreo appscreo added this to the 9.2 milestone Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer suggestion enhancement Improvements that slightly enhance existing functionality and are fast to implement fixed Issue is fixed module: Share Buttons new feature Indicates new feature requests from customer roadmap The new functionality of plugin that is planned (internal or customer suggestions)
Projects
None yet
Development

No branches or pull requests

1 participant