acf_form_front::__construct
Constructs the class.
Method of the class: acf_form_front{}
No Hooks.
Returns
null. Nothing (null).
Usage
$acf_form_front = new acf_form_front(); $acf_form_front->__construct();
Changelog
| Since 5.0.0 | Introduced. |
acf_form_front::__construct() acf form front:: construct code ACF 6.8.8
public function __construct() {
add_action( 'acf/validate_save_post', array( $this, 'validate_save_post' ), 1 );
add_filter( 'acf/pre_save_post', array( $this, 'pre_save_post' ), 5, 2 );
}