WPML_Integration::register()
Binds and sets up implementations.
Return
(void)
Source
File: src/Events_Pro/Custom_Tables/V1/Integrations/WPML/WPML_Integration.php
public function register() {
add_filter(
'tec_events_custom_tables_v1_updated_post',
[ $this, 'localize_autogenerated_series' ],
50,
2
);
add_filter( 'wpml_get_ls_translations', [ $this, 'filter_provisional_id_ls_translation' ], 10, 2 );
}
Changelog
| Version | Description |
|---|---|
| 6.0.11 | Introduced. |