acf_form_front::__construct
Constructs the class.
Метод класса: acf_form_front{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$acf_form_front = new acf_form_front(); $acf_form_front->__construct();
Список изменений
| С версии 5.0.0 | Введена. |
Код acf_form_front::__construct() acf form front:: construct 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 );
}