Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
PUM_Admin::after_install()
Post-installation
Description Description
Runs just after plugin installation and exposes the popmake_after_install hook.
Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Return Return
(void)
Source Source
File: classes/Admin.php
public static function after_install() { if ( ! is_admin() ) { return; } $already_installed = get_option( '_pum_installed' ); // Exit if not in admin or the transient doesn't exist if ( false === $already_installed ) { do_action( 'pum_after_install' ); update_option( '_pum_installed', true ); } }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |