-
Simple-History loads after the theme:
https://github.com/bonny/WordPress-Simple-History/blob/e7ced9a24d338a3771a2a1b2272fd83898118ece/inc/SimpleHistory.php#L91
I call `if ( function_exists( 'SimpleLo…
-
Is it really required to have wordpress as a dependency?
`https://github.com/grappler/polylang-slug/blob/master/composer.json#L20`
This causes two folders with wordpress installed in our case. As a …
-
Hi there! I have a quite complex request:
For a project i use a MVC Wordpres Plugin Framework (https://github.com/getherbert/herbert) with wich i am having the following situation:
Project is "live"…
-
In class Papi_Property_Dropdown on line 75 when setting an item as selected the use of '===' is, I think, unnecessary. It caused me quite a few headaches when a numerical value (a post ID for instance…
-
When using WordPress SEO as a mu-plugin, the translations aren't loaded.
We received the following suggested fix:
``` php
/**
* Load translations
*/
function wpseo_load_textdomain() {
if ( false …
-
Trying to understand how composer uses name-spacing and auto-loading to execute scripts. The documentation is pretty good until scripts and autoloading...
Anyone have a link to a git repository which…
ghost updated
9 years ago
-
Hi there,
I just started using git with wordpress and initially I included everything in my git repo which I quickly found out was a bad idea. Then I found out about this package.. and about wpackagi…
-
There is a problem with language support (again). In this setup seting `WPLANG` to something does not do the trick because WP does not expect `language` directory in `wp/wp-content` but in `app`. If I…
-
Just discovered this beauty of a plugin! And wow its great!! I have deployed this on all my clients sites, so that I can deploy updates much easier (as everything runs through git anyways). No more FT…
-
My install of Bedrock refused to honor the mu-plugin autoloader setup. I've added the plugins to the installer paths but they continue to be installed as regular plugins. Additionally, the `bedrock-au…