| Server IP : 188.114.96.2 / Your IP : 104.23.243.200 Web Server : Apache/2.4.59 (Debian) System : Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64 User : edlftp ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/nicolasj/temp/fusion-builder/inc/admin-screens/ |
Upload File : |
<?php
/**
* Admin Screen markup (Register page).
*
* @package fusion-builder
*/
// If fusion-builder is bundled in another plugin/theme, registration isn't available, so exit early to avoid fatal errors.
if ( null === FusionBuilder()->registration ) {
return;
}
$bundled_products = FusionBuilder()->registration->get_bundled();
// If fusion-builder is bundled in another plugin/theme, hide registration.
if ( isset( $bundled_products['fusionbuilder'] ) ) {
return;
}
?>
<div class="feature-section">
<div class="fusion-builder-important-notice">
<p class="about-description"><?php esc_html_e( 'Thank you for choosing Fusion Builder! Your product must be registered to receive all the included demos and auto theme updates. The instructions below must be followed exactly.', 'fusion-builder' ); ?></p>
</div>
<?php FusionBuilder()->registration->the_form(); ?>
</div>