/var/www/(Del)hsihk.com/wp-content/plugins/ninja-forms/includes/admin/register-screen-help.php


1
2
3
4
5
6
7
8
9
10
<?php
$args 
= array(
    
'title' => 'Test Help',
    
'display_function' => 'ninja_forms_help_screen_test',
);
//ninja_forms_register_help_screen_tab('test-help', $args);

function ninja_forms_help_screen_test(){
    echo 
'<p>Help Test!</p>';
}