iphorm_menu_title

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 WordPress menu.

iphorm_menu_title

Example

1
2
3
4
5
function my_quform_menu_title()
{
    return 'All Forms';
}
add_action('iphorm_menu_title', 'my_quform_menu_title');
function my_quform_menu_title()
{
    return 'All Forms';
}
add_action('iphorm_menu_title', 'my_quform_menu_title');

Parameters

  • $name – the current menu title

Other guides using this hook

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy