quform_plugin_name

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

  • $namestring – the current plugin name
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy