fid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP REST API – Revision History@bcworkz OK, I’m not sure what you mean. Are you saying that I update something in the posts table via the API which will trigger the revision? If that’s the case, I can’t really do that due to the way my setup is done. I only update post meta via the API.
Is there some hook I can use that will trigger post revision when post meta is updated?
Forum: Fixing WordPress
In reply to: WP REST API – Revision HistoryThanks, but I do not have any other plugins and I am using the default theme. I should probably say this, but all I am doing is updating custom fields of a post via the REST API. It still does not create a revision. However, if I change the custom field value via the dashboard and save it from there, it does create the revision. But REST API updates are not creating revisions.
Any other suggestions?
Forum: Fixing WordPress
In reply to: WP REST API – Revision HistoryIt doesn’t update revision history when updating posts via REST API.
Is there a way to make this work?
Forum: Plugins
In reply to: [WooCommerce] Switch back to status iconsForum: Fixing WordPress
In reply to: Duplicate userThank you!
Forum: Fixing WordPress
In reply to: Duplicate userThanks! Does this also work for hidden columns, dismissing notices, etc?
^ That worked. Thanks!
This is what I added in my functions.php, it did not work.
/** * Show Phone No. in Payment Details * * @param $payment_meta * @param $user_info */ function give_show_phone_no( $payment_meta, $user_info ) { $give_phone = give_get_meta( $payment_id, '_give_phone', true ); if ( $give_phone ) : ?> <b><?php _e( 'Phone No:', 'give' ); ?></b> <?php echo $give_phone; ?> </div> <?php endif; } add_action( 'give_payment_personal_details_list', 'give_show_phone_no', 10, 2 );
Thanks. Could you give an example snippet of how this hook can be used to display a payment meta field?
Forum: Plugins
In reply to: [WooCommerce] Add Custom Product to OrderThanks. I meant when creating an order via the API, is it possible to put a custom name for the line item?
Forum: Plugins
In reply to: [WP Server Health Stats] Real Time RAM Usage not visibleYes I have tried that. It seems to be showing on mobile, but not on my mac, using Safari.
Forum: Plugins
In reply to: [WP REST API Controller] Auto Enable for all meta fieldsThanks. Yes, because its a pain to keep enabling new meta fields each time I add some new meta (using ACF plugin).
Also, another suggestion would be to make it Multi-Site capable. Meaning, apply rest api controller settings to the entire network.
Forum: Plugins
In reply to: [Admin Menu Editor] Multisite IssuesThanks, your code was what I was looking for. What I wanted to do was to create a menu template from all sub-sites and not let it effect the main site. So your code edit did just that.
I hope there is a setting in the future updates that one can select whether to ignore the main site or not.
Although this add-on works with Converge, having account with AmeriCloud Payments will help us support you in case of any issues. We only fix bugs and release updates that are specific to AmeriCloud Payments customers.
We will releasing a separate Converge Gateway add-on very soon, which you might want to get.
It would be beneficial for them to get an AmeriCloud Account as they’ll get very low special not for profit processing rates. If you could give me their details, I can follow up with them and have them switch: payments [at] americloud.net
There will no difference to them in terms of using Elavon/Converge, rather they’ll get lower rates.