HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: 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,
Upload Files
File: /var/www/html/wpmuhibbah_err/wp-content/themes/goodwish/framework/modules/give/give-config.php
<?php 

//Give forms add comments support
add_filter('give_forms_supports','goodwish_edge_give_form_supports');

//Give donate form adjusted
add_filter('give_display_checkout_button', 'goodwish_edge_give_btn');

// //Give content layout reorganize
add_action('goodwish_edge_give_content_top','give_show_form_images', 5);
add_action( 'goodwish_edge_give_frontend_warning', 'give_test_mode_frontend_warning', 10 );

add_action('goodwish_edge_give_progress_part','goodwish_edge_give_progress', 10, 2);

//Give donate form adjusted
add_filter('give_donate_form','goodwish_edge_give_donation_form',10,2);

add_action('goodwish_edge_give_content', 'give_get_donation_form', 20 );
add_action('goodwish_edge_give_content', 'goodwish_edge_give_comment_form', 30 );


//Sidebar options
add_filter('give_forms_single_sidebar','goodwish_edge_give_sidebar_options');