John Spellman
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Redis] Create custom methodsClosing this issue.
Forum: Plugins
In reply to: [WP SAML Auth] Version 2.1.2 – Missing vendor folder2.1.3 contains the restored vendor directory. Marking this resolved.
Forum: Plugins
In reply to: [WP Redis] too many redirect@futureyoon Can you confirm that disabling the WP Redis plugin fixes the too many redirects issue? I am not familiar with GamiPress and am trying to rule that out as a cause.
Forum: Developing with WordPress
In reply to: Multidimensional array in widgetYep, that’s what I figured. Just wanted to be sure I wasn’t missing anything.
Thanks for the feedback bcworkz and catacaustic!
Forum: Developing with WordPress
In reply to: Multidimensional array in widgetThat’s part of my problem, I’m not sure how to save a multidimensional array and have been unable to find any documentation/examples on how to do so.
I’d like to save two values: a name and a number. Right now I am using $instance[‘fields’] = $new_instance[‘fields’] which is obviously not working.
Ideally the array would look like this:
array (size=2) 0 => array (size=2) 0 => string '-9' 1 => string 'field_1' 1 => array (size=2) 0 => string '-10' 1 => string 'field_2'I’ve come up with a workaround, but this solution seems to be more ideal.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Use on more than one form?Thank you for your response, but that is not what I am referring to. I am aware that the captcha can only be used once on a page. My question was, can I use your plugin on more than one form on a website? So, for example, I have form A on page one and form B on page two. I’d like to add the captcha to both form A and form B (both on different pages). Do you foresee any problems with that?
Forum: Plugins
In reply to: [Eventbrite API] Links go to event on Eventbrite rather than single pageI was able to figure this out. For anyone else who is looking for this solution, you just need to edit line 198 in the plugin’s function.php file.