website logo
Go back to WP Go Maps
⌘K
Initial Setup
WP Go Maps (v9)
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
Legacy (OIder) Layout (v9)
Frequently asked questions
Troubleshooting
Integrations
Developers
Hooks
Docs powered by
Archbee
Developers
...
Filters
Basic

wpgmza_create_{$class}

3min

Allows for extension/replacements of native classes within our core. This is an advanced hook and we highly recommend looking for examples in our guides to learn how to use these. If you are unsure about the usage, please contact our team.

Where {$class} represents the class name being initialized at the time of the filter.

Source

PHP
|
apply_filters("wpgmza_create_{$class}", $args);
ο»Ώ

Arguments

  • $args : All clas constructor arguments (mixed)

Files

  • includes/class.factory.php

This is an Advanced Hook you should have experience in class extension, overrides, and use of Factory classes.

ο»Ώ

Updated 03 Aug 2023
Did this page help you?
PREVIOUS
wpgmza_gdpr_notice
NEXT
wpgmza_admin_ui_menu_current_action
Docs powered by
Archbee
Docs powered by
Archbee