Remove all plugins / install base theme
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Helpers;
|
||||
|
||||
class Form
|
||||
{
|
||||
public static function parseForm()
|
||||
{
|
||||
return function ($template, $context, $args, $source) {
|
||||
return gravity_form($context->get($args), true, true, false, false, true, false, false);
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user