<?php interface acf_qtranslate_acf_interface { /** * Get the visible ACF fields. * @return array */ public function get_visible_acf_fields(); }