• Fatal error: Call to undefined function wppb_front_end_register() in /wp-content/themes/mma/page-register.php on line 15

    In that file:

    < ? php
        $form = wppb_front_end_register();
    //var_dump($form);
        $form = str_ireplace('<i> (required)</i>', ' <span class="asterix">*</span>', $form);
        $form = str_ireplace('<strong>Name</strong>', '', $form);
        $form = str_ireplace('<strong>Contact Info</strong>', '', $form);
        $form = str_ireplace('<strong>About Yourself</strong>', '', $form);
    
        echo $form;
      ? >

    Ideas?

    http://wordpress.org/extend/plugins/profile-builder/

Viewing 1 replies (of 1 total)
  • Plugin Contributor barinagabriel

    (@barinagabriel)

    Hello,

    if anything else fails, try and include the file in which the function is placed: plugins\profile-builder\front-end\wppb.register.php

    Gabriel

Viewing 1 replies (of 1 total)
  • The topic ‘undefined function wppb_front_end_register()’ is closed to new replies.