Dashboard
PHP:
8.4.22
OS:
Linux
User:
auroyplofl
/
/
home
/
auroyplofl
/
www
/
wp-content
/
themes
/
Divi
/
includes
/
builder
/
module
/
field
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Base.php
<?php abstract class ET_Builder_Module_Field_Base { /** * @param array $args * * @return array */ abstract public function get_fields( array $args = array() ); }
Save
Cancel