Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
broken-link-checker
/
app
/
http-requests
/
scan
/
File Content:
class-model.php
<?php /** * The Http Request model. * * @link https://wordpress.org/plugins/broken-link-checker/ * @since 2.0.0 * * @author WPMUDEV (https://wpmudev.com) * @package WPMUDEV_BLC\Core\Models * * @copyright (c) 2022, Incsub (http://incsub.com) */ namespace WPMUDEV_BLC\App\Http_Requests\Scan; // Abort if called directly. defined( 'WPINC' ) || die; use WPMUDEV_BLC\Core\Traits\Sanitize; use WPMUDEV_BLC\Core\Utils\Abstracts\Base; use WPMUDEV_BLC\Core\Models\Http_Request; /** * Class Installer * * @package WPMUDEV_BLC\Core\Models */ class Model extends Http_Request { public function start_scan( string $url = '', string $api_key = '' ) { $args = array( ); $this->request( $args ); return $this->get_response(); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
class-controller.php
6731 bytes
0644
class-model.php
752 bytes
0644
N4ST4R_ID | Naxtarrr