abuyoyo

Results 19 comments of abuyoyo

Is there a QM_DISABLE_AJAX_ERROR_NOTICES configuration? On every heartbeat (and every ajax request I make) I get the same messages in the console: "Function create_function() is deprecated", file: "wp-content/plugins/debug-bar-extender/debug-bar-extender.php" (oh, the...

Perhaps add a `title` attribute to the button in such cases? - prompting a tooltip on hover: `+1 non-standard query variables in request. See Query Vars section`

Any progress on this? This seems to be a common feature request.

@RichardCoffee 1. A new static method could be added to factory API with `__FILE__` being the first param and all the other parameters being optional. 2. A new major version...

my 2-cents: API should still allow for passing other optional arguments that might be neccessary - github URI (if not the same as the link in plugin head, or github...

> That would be nice, however not really sure it's compatible with the plugin structure. A lot of the code is based upon not colliding with other plugins. Using filters...

Is there any progress on this? All I really want is to add a side metabox to an existing CMB2 settings page.

Do I need to add unit-tests to have this PR move forward? It works. I have an admin page with all known types accounted for and they render as expected.

I'm trying to write a pull request for this. I've added a `desc_cb` arg and `CMB2_Field::desc()` method. I've removed most of the calls to `CMB2_Types::_desc()` from the `CMB2_Type_*::render()` methods (and...

+1 for this feature. Ability to redirect to post by ID and let WP's canonical (or some other solve) provide the permalink.