sachyya
sachyya
Hello, New to emacs and trying to make it just work. I just installed dump-jump from melp and using it for PHP funcitons and configured it as shown in docs...
The command is updated such that it supports the latest theme functions with backward compatibility. Also the child theme slug is changed is in `functions.php`
## Feature Request **Describe your use case and the problem you are facing** `wp scaffold child-theme` creates the child theme with the old theme functions like `get_template_directory_uri`. It would be...
Fix issue while activating the theme with Merlin WP. After activating theme, `"Cannot modify header information`" notice is thrown by the plugin.
Following are the issues: Warning: Missing argument 2 for get_day_link(), called in inc/breadcrumbs.php on line 798 Warning: Missing argument 3 for get_day_link(), called in inc/breadcrumbs.php on line 798 Closing brace...
### Have you already checked elsewhere? - [X] I have read the [Devilbox documentation](https://devilbox.readthedocs.io/en/latest/) - [X] I have checked the [Devilbox Troubleshooting Guide](https://devilbox.readthedocs.io/en/latest/) - [X] I have checked the [Devilbox...
The form option on the Account tab is to be removed.
Adding a new filed slug instead of sanitizing the form title with sanitize_title_with_dashes would be better since the form titles being shown are with dashes. Fix for issue #711