/
var
/
www
/
vhosts
/
ihelp.ro
/
ajutam.ro
/
wp-content
/
plugins
/
give
/
src
/
Route
/
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Route
mkdir
upload
Name
Size
Mode
Actions
Form.php
4187
0644
edit
dl
rm
PayPalWebhooks.php
868
0644
edit
dl
rm
Route.php
266
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Route/Route.php
(266B)
<?php namespace Give\Route; interface Route { /** * Initializes the route with the intent of setting up the proper hooks and such * necessary for the route. * * @since 2.8.0 * * @return void */ public function init(); }
Save