aioseo_truseo_batch_scan_enabled, $isBatchScanSupported, $postType, $screen
aioseo_truseo_batch_scan_enabled, $isBatchScanSupported, $postType, $screen
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_enabled, $isBatchScanSupported, $postType, $screen') is found 1 times:
- /app/Common/Standalone/DetailsColumn.php line 282
// Lets Quick Edit recompute the column's noindex badge after a save without a // round trip: a post on defaults resolves the same way for its whole post type. $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 ) ); }