|
@@ -26,7 +26,8 @@ |
|
|
block discarded – undo |
|
26
|
26
|
public static function toggle( $id, $name, $args ) { |
|
27
|
27
|
wp_enqueue_script( 'formidable_style_settings' ); |
|
28
|
28
|
return FrmAppHelper::clip( |
|
29
|
|
- function() use ( $id, $name, $args ) { // @phpstan-ignore-line |
|
|
29
|
+ function() use ( $id, $name, $args ) { |
|
|
30
|
+// @phpstan-ignore-line |
|
30
|
31
|
require FrmAppHelper::plugin_path() . '/classes/views/shared/toggle.php'; |
|
31
|
32
|
}, |
|
32
|
33
|
isset( $args['echo'] ) ? $args['echo'] : false |
Please login to merge, or discard this patch.