17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arf_outsite_print_style

Published On February 22, 2018

Usage:


add_action('arf_outsite_print_style', 'your_function', 10, 3);
function your_function($new_values, $use_saved = '', $form_id = ''){
if (isset($use_saved) and $use_saved) {
//Do Your Action While Saving Form At Editor.
//Get All Styling Options In $new_values.
//Print CSS.
} else {
//Do Your Action While Preview At Form Editor.
//Get All Styling Options In $_REQUEST.
//Print CSS.
}
}





Parameters:




$new_values

Array of all styling options with new values while saving form in form editor.




$use_saved

Set flag variable while saving form in form editor.




$form_id

Form id which is being saved or previewed.



facebook icon

Brian Denim

Brian is a WordPress expert with a decade of dev experience, a knack for technical writing, a film buff, and an outdoor enthusiast.

© 2024 Repute InfoSystems - All Rights Reserved.