Action: bricks_execute_filter_index_job
Runs before a query filter index job is executed. Bricks uses this point so integrations can prepare context, such as switching language, before indexing starts.
Parameters
Section titled “Parameters”$job(array): The index job data that is about to be processed.
Example usage
Section titled “Example usage”add_action( 'bricks_execute_filter_index_job', function( $job ) { // Prepare integration context before this index job runs.}, 10, 1 );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Please do not include passwords, license keys, or personal data. We store submitted notes to improve the docs.
Thanks for sharing feedback. We're using it to improve these docs.