Skip to content

Fix/php 8 1 - #2014

Draft
Camwyn wants to merge 7 commits into
masterfrom
fix/php-8-1
Draft

Fix/php 8 1#2014
Camwyn wants to merge 7 commits into
masterfrom
fix/php-8-1

Conversation

@Camwyn

@Camwyn Camwyn commented Nov 16, 2023

Copy link
Copy Markdown
Contributor

No description provided.


add_action( 'update_plugin_complete_actions', [ $this, 'update_complete_actions' ], 15, 2 );
add_action( 'update_bulk_plugins_complete_actions', [ $this, 'update_complete_actions' ], 15, 2 );
add_filter( 'update_plugin_complete_actions', [ $this, 'update_complete_actions' ], 15, 2 );

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a filter, not an action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant