Overview

Namespaces

  • None
  • WPGMZA
    • Integration
    • Selector

Classes

  • Gutenberg
  • WPMigrateDB
  • Overview
  • Namespace
  • Class

Class WPMigrateDB

Integrates with WP Migrate DB (by Deliciousbrains). Please note our plugin must be selected by default in their plugins compatibilty settings in order for this integration module to be called.

Namespace: WPGMZA\Integration
Located at 3rd-party-integration/class.wp-migrate-db-integration.php
Methods summary
public
# __construct( )

Constructor

Constructor

public boolean
# onProcessColumnAsBinary( $processAsBinary, $struct )

Called by WP Migrate DBs wpmdb_process_column_as_binary filter. If the specified column is a spatial column, indicate that this is binary data. WP Migrate DB will convert it to hex and wrap it with an UNHEX call in their exported data.

Called by WP Migrate DBs wpmdb_process_column_as_binary filter. If the specified column is a spatial column, indicate that this is binary data. WP Migrate DB will convert it to hex and wrap it with an UNHEX call in their exported data.

Returns

boolean
TRUE for binary data, FALSE for everything else.
API documentation generated by ApiGen