Make WordPress Core


Ignore:
Timestamp:
05/02/2022 01:05:53 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve plugin_install_action_links filter's docs.

Refer developers to plugins_api() for array of plugin data.

Follow-up to [53074], [53328].

Props afragen, pbiron.
See #55480.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php

    r53328 r53330  
    672672             * @since 2.7.0
    673673             *
    674              * @param string[] $action_links An array of plugin action links. Defaults are links to Details and Install Now.
    675              * @param array    $plugin       An array of plugin data. See the {@see 'plugin_row_meta'} filter
     674             * @param string[] $action_links An array of plugin action links.
     675             *                               Defaults are links to Details and Install Now.
     676             * @param array    $plugin       An array of plugin data. See {@see plugins_api()}
    676677             *                               for the list of possible values.
    677678             */
Note: See TracChangeset for help on using the changeset viewer.