We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. in CachePool
use function set_transient; use function delete_transient; use function get_transient; use function get_option;
What do you think about it?
The text was updated successfully, but these errors were encountered:
Function import is a good way to disambiguate function names, and make it obvious from the start what is being used throughout the file.
If you would like to do this, I'd welcome a PR :)
Sorry, something went wrong.
Done.
szepeviktor
Successfully merging a pull request may close this issue.
e.g. in CachePool
What do you think about it?
The text was updated successfully, but these errors were encountered: