This documentation page is for Quform version 1 and may not be applicable for Quform 2 click here to visit the documentation for Quform 2.
This allows you to override the plugin name on the page titles and on the WordPress menu.
iphorm_plugin_name
Example
1 2 3 4 5 | function my_quform_name() { return 'Forms'; } add_action('iphorm_plugin_name', 'my_quform_name'); |
function my_quform_name() { return 'Forms'; } add_action('iphorm_plugin_name', 'my_quform_name');
Parameters
- $name – the current plugin name