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

is it possible to delete old, unregistered shortcodes in the template #77

Open
shynkaruck opened this issue Mar 6, 2023 · 1 comment

Comments

@shynkaruck
Copy link

for example, in the description I added the shortcode faq then deleted it well and, accordingly, the shortcode, but it is shown as a string. can add functionality to strip such tags?

@murdercode
Copy link

Does simply returning an empty string fit your needs?

class OldShortcode
{

    public function register($shortcode, $content, $compiler, $name, $viewData)
    {
        return '';
    }

}

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

No branches or pull requests

2 participants