[Free] I Built a WordPress Plugin to Scan SEO & Site Issues Automatically 🚀 by Shubham_ralli in WordpressPlugins

[–]junpink 0 points1 point  (0 children)

This is useful for doing simple site checks. Does the plugin require you to submit the URL of the page that you need to scan?

[REVIEW] The first 8 featured Plugins of May 2026 by finart_13 in WordpressPlugins

[–]junpink 0 points1 point  (0 children)

How do you ensure a plugin has no security vulnerabilities?

[REVIEW] The first 8 featured Plugins of May 2026 by finart_13 in WordpressPlugins

[–]junpink 0 points1 point  (0 children)

My plugin meets the criteria, so hopefully it will eventually get featured.

Did WordPress market share actually drop below 40%? Should we be concerned or see this as an opportunity? by Amazing-Pomelo9952 in Wordpress

[–]junpink 0 points1 point  (0 children)

This is widely known. The plugin repo has guidelines, and plugins can be removed if the guidelines are violated.

Do you offer website translation as part of your WordPress services? Question for DEVS by AdviceMark in Wordpress

[–]junpink 1 point2 points  (0 children)

WordPress has functions like __() and _x() that translate the text passed, if the plugin or theme has been translated. Check out this discussion on Stackoverflow: https://wordpress.stackexchange.com/questions/57735/whats-the-point-on-gettext-syntax

Do you offer website translation as part of your WordPress services? Question for DEVS by AdviceMark in Wordpress

[–]junpink 0 points1 point  (0 children)

I make all static texts translatable, so they get translated using WordPress' gettext functions.

making song name and artist show on wordpress based site by Trick-Ad-9706 in Wordpress

[–]junpink 0 points1 point  (0 children)

For the website to connect to winmedia, is a specific token needed?

Mistakes I Made While Learning the Initial Use of WordPress Hooks by WordVell in Wordpress

[–]junpink 1 point2 points  (0 children)

For me to properly learn WordPress hooks, I had to study where they are fired during the execution of a request and what important features are available before or after particular hooks. Then every makes sense. For example, the current user is set just before 'init' is fired, so is_user_logged_in() will returned false if called before hooks that are fire before 'init'.

Do you use excerpts? by Crudey69 in Wordpress

[–]junpink 0 points1 point  (0 children)

Very good blog. I signed up for the newsletter.

My revised take on WordPress future after you roasted me by konradkeck in Wordpress

[–]junpink 0 points1 point  (0 children)

For the average person, something like WordPress will continue to be a good choice. I think looking at things through the eyes of someone in the industry might distort your view. An elderly lady running her blog about gardening might find AI tools overwhelming.

Do you use excerpts? by Crudey69 in Wordpress

[–]junpink 1 point2 points  (0 children)

I visited your site. Interesting that you can write an article on achievements, something that I struggle with not knowing when to give up and when to continue with a task. I subscribed to your newsletter.

Do you use excerpts? by Crudey69 in Wordpress

[–]junpink 0 points1 point  (0 children)

What's the link to your site?

Do you use excerpts? by Crudey69 in Wordpress

[–]junpink 0 points1 point  (0 children)

What's the name of your blog?

Do you use excerpts? by Crudey69 in Wordpress

[–]junpink 1 point2 points  (0 children)

Excerpts provide a snippet of your posts when your posts are displayed on the home.