Forum Replies Created
-
AuthorPosts
-
Rodrigo
ParticipantThanks for clarifying this, Anh.
It would then be interesting if this were explicitly stated in the terms. Just an example:
“The credit must be put on a public and visible page of your project's website”
April 16, 2022 at 12:28 AM in reply to: Frontend form: redirection parameter not working with external domains #35659Rodrigo
ParticipantUnfortunately, using the filter
rwmb_frontend_redirectdidn't solve the issue.I'll wait for the fix, thank you.
Rodrigo
ParticipantI tried to add
edit="false"manually in the shortcode, but it had no effect.If I change
c||!n?e.prepend(t):e.replaceWith(t)with
c=="true"||!n?e.prepend(t):e.replaceWith(t)in
frontend-submission.js, then only the confirmation message appears after form submission.March 25, 2022 at 6:46 AM in reply to: ✅How to trigger an action when a specific option on the settings page is changed #35280Rodrigo
ParticipantI think I found a bug in both
rwmb_{$field_id}_after_save_fieldandrwmb_{$field_type}_after_save_fieldactions.The below code does not work with either action, but if I use
rwmb_after_save_fieldinstead, themy_other_field_idvalue updates just fine.add_action( 'rwmb_my_field_id_after_save_field', function( $null, $field, $new_value, $old_value ) { if ( $new_value !== $old_value ) : rwmb_set_meta( MY_OPTIONS, 'my_other_field_id', date('y-m-d h:i:s'), [ 'object_type' => 'setting' ] ); endif; }, 99, 4 );March 24, 2022 at 8:14 PM in reply to: ✅How to trigger an action when a specific option on the settings page is changed #35263Rodrigo
ParticipantThanks, that will do it.
November 13, 2021 at 12:58 AM in reply to: ✅Bundling in premium plugins: Personal × Agency plans. #31893Rodrigo
ParticipantOh, I already saw the answer in your new pricing page:
“To bundle Meta Box to other products, you must use the Agency license.”
You can close this, thanks.
-
AuthorPosts