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

Set custom namespaces for compatibility files #655

Open
sybrew opened this issue Nov 15, 2023 · 0 comments
Open

Set custom namespaces for compatibility files #655

sybrew opened this issue Nov 15, 2023 · 0 comments
Labels
[Type] Code debt Structural changes in the code are required to resolve this.
Milestone

Comments

@sybrew
Copy link
Owner

sybrew commented Nov 15, 2023

Currently, the compatibility files use the plugin's global namespace The_SEO_Framework.

This can cause issues if two or more plugins of the same type are introduced, where we didn't think too long about the names for the functions.

Also, prefixing all function names with, e.g., _wpforo for WP Foro, is making things difficult to read and manage.

@sybrew sybrew added the [Type] Code debt Structural changes in the code are required to resolve this. label Nov 15, 2023
@sybrew sybrew added this to the 5.1.0 milestone Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Code debt Structural changes in the code are required to resolve this.
Projects
None yet
Development

No branches or pull requests

1 participant