Is your feature request related to a problem? Please describe.
Sometimes FA icons are not enough and in some case the button has an element inside with .svg - with current shortcode it's not possible to make it happen
Describe the solution you'd like
Adding some filters in the shortcode pip_button at the beginning and the end of the html output.
Describe alternatives you've considered
Otherwise i guess for my case the only other solution would be to override the shortcode in the project, but that's not a long term solution
Is your feature request related to a problem? Please describe. Sometimes FA icons are not enough and in some case the button has an element inside with .svg - with current shortcode it's not possible to make it happen
Describe the solution you'd like Adding some filters in the shortcode
pip_button
at the beginning and the end of the html output.pip/shortcode/button/start_html_output
pip/shortcode/button/end_html_output
How i would see things: https://github.com/Pilot-in/PiloPress/blob/master/includes/classes/admin/editor/class-shortcodes.php#L36
Describe alternatives you've considered Otherwise i guess for my case the only other solution would be to override the shortcode in the project, but that's not a long term solution