REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.05 KB
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/facebook-for-woocommerce/includes/Jobs/AbstractChainedJob.php
Text
Base64
<?php // phpcs:ignoreFile namespace WooCommerce\Facebook\Jobs; use Automattic\WooCommerce\ActionSchedulerJobFramework\AbstractChainedJob as FrameworkAbstractChainedJob; use Exception; defined( 'ABSPATH' ) || exit; /** * Class AbstractChainedJob * * @since 2.5.0 */ abstract class AbstractChainedJob extends FrameworkAbstractChainedJob { /** * Handle processing a chain batch. * * @hooked {plugin_name}/jobs/{job_name}/chain_batch * * @param int $batch_number The batch number for the new batch. * @param array $args The args for the job. * * @throws Exception On error. The failure will be logged by Action Scheduler and the job chain will stop. */ public function handle_batch_action( int $batch_number, array $args ) { // Use the profile logger to log the usage of each job batch $logger = facebook_for_woocommerce()->get_profiling_logger(); $process_name = $this->get_name() . '_job'; $logger->start( $process_name ); parent::handle_batch_action( $batch_number, $args ); $logger->stop( $process_name ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AbstractChainedJob.php
1.05 KB
lrw-r--r--
2025-01-05 05:33:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CleanupSkyvergeFrameworkJobOptions.php
1.75 KB
lrw-r--r--
2025-01-05 05:33:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DeleteProductsFromFBCatalog.php
3.12 KB
lrw-r--r--
2025-01-05 05:33:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GenerateProductFeed.php
4.01 KB
lrw-r--r--
2025-01-05 05:33:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
JobManager.php
1.23 KB
lrw-r--r--
2025-01-05 05:33:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LoggingTrait.php
610 B
lrw-r--r--
2025-01-05 05:33:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ResetAllProductsFBSettings.php
2.85 KB
lrw-r--r--
2025-01-05 05:33:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).