PluginProbe
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel / trunk
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel vtrunk
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 +0 -3 0.3trunk View file →
@@ -60,11 +60,8 @@
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 -
67 64 // Call the callback function with request arguments
68 65 if ( is_callable( $callback['callback'] ) ) {
69 66 if ( is_array( $callback['callback'] ) ) {
70 67 $class = $callback['callback'][0];