cashwellcamc
Forum Replies Created
-
In Elementors documentation it mentions the below (I think for a similar plugin). Anything usable from the below I can try in the ‘custom event template’ above?
add_action( 'elementor/editor/after_save', function( $post_id, $editor_data ) { // Activity Log Plugin aal_insert_log( [ 'action' => 'saved', 'object_type' => 'Elementor Data', 'object_id' => $post_id, 'object_name' => get_the_title( $post_id ), ] ); }Forum: Plugins
In reply to: [User Role Editor] Add specific plugin capabilities?Yes, I figured that out! Thanks for the response dude.
Forum: Plugins
In reply to: [WP Last Modified Info] Any options for gravity form pages?Ah, thanks so much! This does help, and seems to work – a shame there is no way to make it dynamic for multiple forms; but better then nothing I suppose. Thanks again for the help!
Forum: Plugins
In reply to: [WP Last Modified Info] Any options for gravity form pages?Hi Sayan! Thanks for responding dude!
Yeah, it works when you initially add the form, or edit that shortcode…
But, if you update the form itself, without navigating to the ‘edit page view’ it doesn’t update. Here’s a screenshot.
Right now I’m suggesting the user just navigate to the page with the shortcode and ‘hit update’ there as well – after they edit the form via gravity forms or elsewhere.
I guess this might be looking into a hook or something with Gravity Forms?
Cheers,
- This reply was modified 7 years, 2 months ago by cashwellcamc.
- This reply was modified 7 years, 2 months ago by cashwellcamc.
- This reply was modified 7 years, 2 months ago by cashwellcamc.
- This reply was modified 7 years, 2 months ago by cashwellcamc.