This hook can be used to change the name of the plugin (i.e. white-label the plugin).
Example
1 2 3 | add_filter('quform_plugin_name', function ($name) { return 'My Company Forms'; }); |
add_filter('quform_plugin_name', function ($name) { return 'My Company Forms'; });
Parameters
$name
–string
– the current plugin name