in_plugin_update_message-{$file}, $plugin_data, $response

in_plugin_update_message-{$file}, $plugin_data, $response

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('in_plugin_update_message-{$file}, $plugin_data, $response') is found 1 times:

  • /wp-admin/includes/update.php line 616
    		 *     @type string   $tested       The version of WordPress the plugin is tested against.
    		 *     @type string   $requires_php The version of PHP which the plugin requires.
    		 * }
    		 */
    		do_action( "in_plugin_update_message-{$file}", $plugin_data, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    
    		echo '</p></div></td></tr>';
    	}
    }
    
    /**