Open aurovrata opened 8 years ago
Ok, turns out that you have an error in your code.
Line /admin/class-now-hiring-admin.php#391 is currently,
settings_fields( 'now_hiring_options' );
it should read
settings_fields($this->plugin_name . '-options' );
Hi guys,
"repeater" field does not save properly. anybody have same error?
@slushman can you help us checking validation of repeater fields?
I believe the author has abandoned this project. You'll have to fork it and fix it yourself.
Hello,
the options_page does not save properly. One gets an error: "Error: Options Page Not Found" on Network installations, which apparently is a bug in WP.
Any tips to work around this?