PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | inc/lp-webhooks.php +2 -1 4.1.7.14.4.8 View file →
@@ -4,8 +4,9 @@
4 4 *
5 5 * @author ThimPress
6 6 * @package LearnPress/Functions
7 7 * @version 1.0
8 + * @deprecated 4.2.5.4 Addon learnpress-2checkout-payment v4.0.1 is using
8 9 */
9 10
10 11 defined( 'ABSPATH' ) || exit();
11 12
@@ -86,9 +87,9 @@
86 87 print_r( $v );
87 88 echo "</pre>\n===============================================================\n";
88 89 }
89 90 $output = ob_get_clean();
90 - wp_die( $output, __( 'LearnPress webhook process Complete', 'learnpress' ), array( 'response' => 200 ) );
91 + wp_die( $output, __( 'The LearnPress webhook process is complete', 'learnpress' ), array( 'response' => 200 ) );
91 92 }
92 93 }
93 94
94 95 add_action( 'wp_loaded', 'learn_press_process_web_hooks', 999 );