: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Interface for Form Integration
* @copyright Copyright (c) 2023, Code Atlantic LLC
interface PUM_Interface_Integration_Form extends PUM_Interface_Integration {
public function get_forms();
public function get_form( $id );
public function get_form_selectlist();
public function custom_scripts( $js = [] );
public function custom_styles( $css = [] );