PluginProbe
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel / 0.3
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel v0.3
1.7.1 1.7.0 1.6.0 1.5.2 trunk 0.1 0.2.0 0.2.1 0.3 0.3.1 0.3.2 0.3.3 0.3.4 0.4 0.4.1 0.4.2 0.4.3 1.0 1.1 1.2 1.3.1 1.4.0 1.4.1 1.5.0 1.5.1 All 26 releases
← All changes | includes/Router.php +3 -0 1.4.10.3 View file →
@@ -60,8 +60,11 @@
60 60 // Check if the route is allowed for the current request method
61 61 if ( $this->is_route_method_allowed( $callback, $request_method ) ) {
62 62 $request_args = $this->get_request_args( $request_method );
63 63
64 + // var_dump( $request_args );
65 + // die;
66 +
64 67 // Call the callback function with request arguments
65 68 if ( is_callable( $callback['callback'] ) ) {
66 69 if ( is_array( $callback['callback'] ) ) {
67 70 $class = $callback['callback'][0];