John Parris
                                            John Parris
                                        
                                    Interesting idea. I like the ability to specify which files to track individually, and the option for a wildcard to track *.txt. It would be neat to have the option...
If monetization is a goal, via any of the methods mentioned [here](https://github.com/paragonie/airship/issues/160#issuecomment-339021730), then I think the mail features mentioned [here](https://github.com/paragonie/airship/issues/160#issuecomment-339023661) are a great candidate for add-ons that can be sold.
re: mail. I can see both sides of it. One thing I'm thinking about is a CMS is about content management, not email integrations. I think the core CMS should...
I think this commit causes the issue: https://github.com/320press/wordpress-bootstrap/commit/acc7ce0c142008d5397b28695d61096e6d79c3c7#single.php `edit_post_link` handles displaying the Edit link to authorized users automatically.
You can get the custom class on edit_post_link by doing this in functions.php ``` php /* Add class to edit button */ function my_custom_edit_post_link($output) { $output = str_replace('class="post-edit-link"', 'class="post-edit-link btn...
My hover effect works without that extra style. If by hover effect you mean the subtle color change? In fact, your code makes my button not show at all.
Can we do it like we do on the payment details screen? Look up just the products, then if a variable one is selected, show the options in another dropdown?
Option 1. Less change. Nice icons, though they might be too close and someone could accidentally delete instead of download. With space being an issue in this box, maybe we...
Notes: I think @the-de-coder is referring to the Wiki page here: https://github.com/wpengine/phpcompat/wiki/Results The list in the plugin code is maintained here: https://github.com/wpengine/phpcompat/blob/b2ebb42fca884803c23b8451a2be082d256cac36/src/wpephpcompat.php
@natac13 thanks for the request! We've been discussing this idea and agree we need something like this. We'll let you know when we have more to share.