website logo
Go back to WP Go Maps
⌘K
Atlas Novus (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Legacy (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Integrations
Developers
Hooks
Docs powered byΒ archbeeΒ 
3min

wpgmza_create_{$class}

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
|
ο»Ώ

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 Mar 2023
Did this page help you?
Yes
No
UP NEXT
wpgmza_admin_ui_menu_current_action
Docs powered byΒ archbeeΒ