jcb-compiler/src/c600f58c-3fe2-4d2d-b711-2660eab6effe/code.power

9 lines
272 B
Plaintext
Raw Permalink Normal View History

2023-10-04 18:28:29 +00:00
/**
* get Add Button To List Field Input (getInput tweak)
*
* @param array $fieldData The field custom data
*
* @return string of getInput class on success empty string otherwise
* @since 3.2.0
*/
2024-01-27 07:09:33 +00:00
public function get(array $fieldData): string;