❌

Normal view

Do you trust Code Snippets / WPCode in production, or do you just hardcode it in a mu-plugin?

I keep going back and forth on this. Plugin-based snippet managers are convenient: no deploy, no SSH, client can toggle a snippet off in two clicks.

But it's still PHP eval'd through a settings screen, one more thing that can silently drift between environments, and one more plugin in the security surface.

The alternative is a plain mu-plugin file. Version controlled, reviewable in a PR, no runtime magic.

But now the client can't touch it without a deploy, and on shared/managed hosting that often means you can't touch it either.

Curious what people who have a lot of client sites actually do here. Snippet plugin, mu-plugin, something else entirely?

submitted by /u/wordpress-dx to r/Wordpress
[link] [comments]

Do you trust Code Snippets / WPCode in production, or do you just hardcode it in a mu-plugin?

7 September 2026 at 02:01

I keep going back and forth on this. Plugin-based snippet managers are convenient: no deploy, no SSH, client can toggle a snippet off in two clicks.

But it's still PHP eval'd through a settings screen, one more thing that can silently drift between environments, and one more plugin in the security surface.

The alternative is a plain mu-plugin file. Version controlled, reviewable in a PR, no runtime magic.

But now the client can't touch it without a deploy, and on shared/managed hosting that often means you can't touch it either.

Curious what people who have a lot of client sites actually do here. Snippet plugin, mu-plugin, something else entirely?

submitted by /u/wordpress-dx
[link] [comments]

How my plugin was accepted on Wordpress.org ? By creating two flavors of it

6 September 2026 at 02:25

I share with you my experience with the review process of a Wordpress plugin
A first no isn't necessary the end of the story

Wordpress.org review team is doing a great job and was super kind and helpful with me

Hope it can help some of you πŸ˜„

submitted by /u/wordpress-dx
[link] [comments]
❌