Skip to content

A new filter is available to replace the Pinterest Pro SVG icon with a custom #342

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

Closed
appscreo opened this issue Oct 8, 2022 · 0 comments
Labels
customer suggestion enhancement Improvements that slightly enhance existing functionality and are fast to implement fixed Issue is fixed module: Pinterest Pro roadmap The new functionality of plugin that is planned (internal or customer suggestions)
Milestone

Comments

@appscreo
Copy link
Owner

appscreo commented Oct 8, 2022

add_filter('essb_pinterest_pro_replace_svg_icon', function($icon = '') {
   $icon = '<svg> .... </svg>';
   
   return $icon;
});
@appscreo appscreo added enhancement Improvements that slightly enhance existing functionality and are fast to implement fixed Issue is fixed module: Pinterest Pro customer suggestion roadmap The new functionality of plugin that is planned (internal or customer suggestions) labels Oct 27, 2022
@appscreo appscreo added this to the 8.7 milestone Nov 4, 2022
@appscreo appscreo closed this as completed Nov 4, 2022
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: Pinterest Pro roadmap The new functionality of plugin that is planned (internal or customer suggestions)
Projects
None yet
Development

No branches or pull requests

1 participant