TonyKnibb-MakaraHealth

Results 3 comments of TonyKnibb-MakaraHealth

I'm not getting any $_POST data in my function. Anyone have an ideas? Hooks (class-m-contact-form.php): ``` private function define_public_hooks() { $plugin_public = new M_Contact_Form_Public( $this->get_plugin_name(), $this->get_version() ); //Hooks for contact...

> > @lwoods If I understand correctly you should be able to add the action within the define_admin_hooks function inside your \includes\class-your-plugin.php file. > > ``` > > private function...

@pardeepzapbuild It turned out that jquery mobile 1.4.5 won't work with anything newer than jquery 2.2.4 I ended up having to use jquery 2.2.4 on the one page that required...