Skip to content

Commit

Permalink
Update the documentation of wp_get_active_and_valid_plugins()
Browse files Browse the repository at this point in the history
  • Loading branch information
Debarghya-Banerjee committed Oct 23, 2024
1 parent 7456ab6 commit e02a46a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wp-includes/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,9 @@ function wp_get_mu_plugins() {
* @since 3.0.0
* @access private
*
* @return string[] Array of paths to plugin files relative to the plugins directory.
* @return string[] Array of absolute paths to plugin files.
* Each path is an absolute path to the plugin file,
* not relative to the plugins directory.
*/
function wp_get_active_and_valid_plugins() {
$plugins = array();
Expand Down

0 comments on commit e02a46a

Please sign in to comment.