aioseo_truseo_batch_scan_start_delay, 2000, $postType
aioseo_truseo_batch_scan_start_delay, 2000, $postType
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_truseo_batch_scan_start_delay, 2000, $postType') is found 1 times:
- /app/Common/Standalone/DetailsColumn.php line 284
$data['postTypeIsNoindexed'] = $postType ? $this->isPostTypeNoindexed( $postType ) : false; $data['batchScanEnabled'] = apply_filters( 'aioseo_truseo_batch_scan_enabled', $isBatchScanSupported, $postType, $screen ); $data['batchScanConcurrency'] = apply_filters( 'aioseo_truseo_batch_scan_concurrency', 3, $postType ); $data['batchScanStartDelay'] = apply_filters( 'aioseo_truseo_batch_scan_start_delay', 2000, $postType ); // milliseconds aioseo()->core->assets->load( $this->scriptSlug, [], aioseo()->helpers->filterPrivilegedVueData( $data ) ); } /** * Adds the AIOSEO Details column to the page/post tables in the admin.