Changeset 37342 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r37331 r37342 571 571 * Fires as a specific plugin is being activated. 572 572 * 573 * This hook is the "activation" hook used internally by 574 * {@see register_activation_hook()}. The dynamic portion of the 575 * hook name, `$plugin`, refers to the plugin basename. 573 * This hook is the "activation" hook used internally by register_activation_hook(). 574 * The dynamic portion of the hook name, `$plugin`, refers to the plugin basename. 576 575 * 577 * If a plugin is silently activated (such as during an update), 578 * this hook does not fire. 576 * If a plugin is silently activated (such as during an update), this hook does not fire. 579 577 * 580 578 * @since 2.0.0 … … 686 684 * Fires as a specific plugin is being deactivated. 687 685 * 688 * This hook is the "deactivation" hook used internally by 689 * {@see register_deactivation_hook()}. The dynamic portion of the 690 * hook name, `$plugin`, refers to the plugin basename. 686 * This hook is the "deactivation" hook used internally by register_deactivation_hook(). 687 * The dynamic portion of the hook name, `$plugin`, refers to the plugin basename. 691 688 * 692 * If a plugin is silently deactivated (such as during an update), 693 * this hook does not fire. 689 * If a plugin is silently deactivated (such as during an update), this hook does not fire. 694 690 * 695 691 * @since 2.0.0 … … 1025 1021 * 1026 1022 * The action concatenates the 'uninstall_' prefix with the basename of the 1027 * plugin passed to {@see uninstall_plugin()}to create a dynamically-named action.1023 * plugin passed to uninstall_plugin() to create a dynamically-named action. 1028 1024 * 1029 1025 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.