action_scheduler_before_schema_update, $table, $this->db_version

action_scheduler_before_schema_update, $table, $this->db_version

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

do_action('action_scheduler_before_schema_update, $table, $this->db_version') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php line 68
    				 *
    				 * @param string $table Name of table being updated.
    				 * @param string $db_version Existing version of the table being updated.
    				 */
    				do_action( 'action_scheduler_before_schema_update', $table, $this->db_version );
    				$this->update_table( $table );
    			}
    			$this->mark_schema_update_complete();
    		}
    	}