File manager - Edit - /home/infoilmg/public_html/wp-content/plugins/fs-poster/App/Providers/BackgrouondProcess.php
Back
<?php namespace FSPoster\App\Providers; use WP_Async_Request; class BackgrouondProcess extends WP_Async_Request { /** * @var string */ protected $action = 'fs_poster_background_process'; /** * Handle * * Override this method to perform any actions required * during the async request. */ protected function handle () { set_time_limit( 0 ); ShareService::shareQueuedFeeds(); ShareService::shareSchedules(); if ( Helper::getOption( 'check_accounts', 1 ) && Helper::getOption( 'check_accounts_last', Date::epoch() ) < Date::epoch( 'now', '-1 day' ) ) { AccountService::checkAccounts(); } } public function getAction () { return $this->action; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 4.7 |
proxy
|
phpinfo
|
Settings