WordPress Plugin Directory requires all functions and options to
use a unique prefix to avoid collision with core or other plugins.
No upgrade code, so notify users in update message.
Removed generic 'Tipsy' string in favor of the blog's own name.
Could use author name, but would require more logic for pages
without a given author or multi-author pages.
WordPress Plugin Directory requires all functions and options to use a unique prefix to avoid collision with core or other plugins. No upgrade code, so notify users in update message.
Removed generic 'Tipsy' string in favor of the blog's own name. Could use author name, but would require more logic for pages without a given author or multi-author pages.
Use
esc_html
to escape user input.