Closed costdev closed 1 year ago
This PR adds support for a $data argument of type object for wp_get_plugin_action_button() as documented.
$data
object
wp_get_plugin_action_button()
install_plugin_install_status()
$data['slug']
$data->slug
This PR adds support for a
$data
argument of typeobject
forwp_get_plugin_action_button()
as documented.$data
toobject
.install_plugin_install_status()
.$data['slug']
to$data->slug
instead.