anspress_activation()
Description #
Register hooks that are fired when the plugin is activated or deactivated.
When the plugin is deleted, the uninstall.php file is loaded.
Source #
File: anspress-question-answer.php
function anspress_activation() { require_once __DIR__ . '/activate.php'; \AP_Activate::get_instance(); }
Expand full source code Collapse full source code View on GitHub: anspress-question-answer.php:657
Add your comment