PATH:
home
/
lab2454c
/
invest.credityork.com
/
wp-content
/
plugins
/
wp-user-frontend
/
includes
/
free
<?php /** * Free features for wpuf_forms builder * * @since 2.5 */ class WPUF_Admin_Form_Free { /** * Class constructor * * @since 2.5 * * @return void */ public function __construct() { add_action( 'wpuf-form-builder-init-type-wpuf_forms', [ $this, 'init_free' ] ); } /** * Initialize the framework * * @since 2.5 * * @return void */ public function init_free() { require_once WPUF_ROOT . '/includes/free/admin/form-builder/class-wpuf-form-builder-free.php'; new WPUF_Admin_Form_Builder_Free(); } }
[+]
admin
[-] edit-profile.php
[edit]
[-] loader.php
[edit]
[+]
..
[-] prompt.php
[edit]
[-] subscription.php
[edit]
[+]
post-form-templates
[-] edit-user.php
[edit]
[-] class-login.php
[edit]
[-] form.php
[edit]
[-] class-registration.php
[edit]
[-] form-element.php
[edit]