John Alarcon

Results 13 comments of John Alarcon

This PR isn't a valid fix. As @xavier-bs noted, the fix should be made at lines 118 & 119.

PR #265 resolves the reported issue, though does not address the additional links mentioned by @nylen.

I'd prefer that URLs leading to specific documentation are left intact until there is a viable counterpart for any that get replaced. I do think they should all be replaced,...

Ah, yes, I see that now... Still, the distinction is: (from the initial issue description in #198) > It's probably fine to leave codex URLs in place for now as...

It can be created as a project, with these issues added as tasks.

I don't use WP-CLI, though can see a benefit here for those that do.

Here's the relevant bit of code from the helper function: ``` $mpn_fs = fs_dynamic_init( array( 'id' => '2770', 'slug' => 'my-plugin-name', 'type' => 'plugin', 'public_key' => 'pk_59e120eadd4eee78d5acda243f4c8', 'is_premium' => false,...

A little more background on this... I'm building a highly extensible WP boilerplate plugin which uses a slug (et al) my-plugin name for the primary menu. Extensions can then be...

In full disclosure, I haven't dug through the SDK codebase to see how much work it would be to solve this issue. To be honest, I haven't seen a class...

If the support menu item is flagged to not be displayed, ie, using the code I added above (support => false,) then the menu item shouldn't show, and that slug...