HEX
HEX
Server: Apache
System: Linux localhost.localdomain 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: www (1001)
PHP: 8.1.32
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/ahmsolaiman.com/wp-content/plugins/types/application/views/setting/m2m/activation.twig
{#
    m2m activation setting in Toolset settings

    @since m2m
#}
{% block setting %}
    <div class="toolset-advanced-setting" data-bind="with: sections.m2mActivation">

        {% if m2m_enabled == true %}
            <p><strong>{{ __( 'Relationships migration', 'wpcf') }}</strong></p>
            <p>{{ __( "This version of Types uses a new way to store post relationships. Your site has relationships that use the old storage, so the new Toolset->Relationships menu is disabled. Types can move these relationships for you, allowing you to use the new post-relationship features. The site's content and how it displays on the front-end will not be affected.", 'wpcf' ) }}</p>
            <p><strong>{{ __( 'If you do not need to develop or extend this site with new the relationship functionality, it is perfectly safe to not run the migration.', 'wpcf' ) }}</strong></p>
            <button class="button button-secondary" data-bind="click: openActivationDialog">
                {{ __( 'Run the migration', 'wpcf' ) }}
            </button>
        {% endif %}

    </div>

    {% block footer %}
        <script id="toolset_model_data" type="text/plain">{{ js_model_data }}</script>
    {% endblock %}

{% endblock %}