Developers
...
Filters
Basic

wpgmza_create_{$class}

2min

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.

ο»Ώ