10 lines
145 B
PHP
10 lines
145 B
PHP
<?php
|
|
|
|
if ( ! function_exists('testAddHelperPathFunction'))
|
|
{
|
|
|
|
function testAddHelperPathFunction($someParameter)
|
|
{
|
|
return 'SomeResult';
|
|
}
|
|
} |