Brandon Hubbard
Brandon Hubbard
Started using this script with Superfish, have the same issue. Bump.
Any chance we can get this idea moving? Here is some quick demo code if it helps. ``` /** * Imforza Rest Routes initialization class. */ class Stream_REST { /**...
I should note these are the remaining issues reported: ``` ------------------------------------------------------------------------------------------------------ FOUND 6 ERRORS AND 13 WARNINGS AFFECTING 19 LINES ------------------------------------------------------------------------------------------------------ 1 | ERROR | Class file names should be...
The Real Estate Industry has been moving to a standard called RESO. I think it would be great if any schema names can match the reso standards: You can view...
Any updates on this?
If it helps, I work for a company and manage 200+ wordpress installs for clients. Most users only keep it because it is just there by default. For the majority...
Can we get movement on this it really should not be that difficult, here is code: ```php function bugsnag_enqueue_js() { wp_enqueue_script( 'bugsnag', 'https://d2wy8f7a9ursnm.cloudfront.net/v7/bugsnag.min.js', array(), '7', true ); wp_enqueue_script( 'bugsnag-performance', 'https://d2wy8f7a9ursnm.cloudfront.net/v2.1.0/bugsnag-performance.min.js',...
@pgraham3 I started a branch to look into creating a Rest Api for the plugin. You can view the branch here: https://github.com/bhubbard/postmark-wordpress/tree/32-rest-api-support I started to look into authentication, and wanted...
I agree having blocks for forms is very much needed. I think sending an email as a default might be ok for a first example, but many sites want to...