Plugin Directory


Ignore:
Timestamp:
01/28/2025 01:11:33 PM (10 months ago)
Author:
akmelias
Message:

releasing v4.6.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-payment-form/trunk/app/Hooks/actions.php

    r3203407 r3230529  
    4646// $current_user = wp_get_current_user();
    4747// dd($current_user);
     48
     49add_action( 'wp_print_scripts', function () {
     50    wp_deregister_script('vue.js');
     51}, 100 );
     52
     53
     54
    4855add_action('admin_init', function () {
    4956
     
    186193    $dependency->dashboardWidget();
    187194
    188     if (defined('FLUENT_COMMUNITY_PLUGIN_VERSION')) {
     195    if (defined('FLUENT_COMMUNITY_PRO_VERSION')) {
    189196        (new \WPPayForm\App\Modules\FluentCommunity\FluentCommunity)->register();
    190197    }
Note: See TracChangeset for help on using the changeset viewer.