WPDev.one
Core Function
View Source on Trac ↗

wp_skip_paused_themes()

wp_skip_paused_themes( array $themes )

Filters a given list of themes, removing any paused themes from it.

Parameters 1 required

Name / Type Description
$themes
string[]

Array of absolute theme directory paths.

Required

Return Value

(string[])
Filtered array of absolute paths to themes, without any paused themes.

Function Information

Since Version
5.2.0
Source File
wp-includes/load.php
Advertisement