apply_filters ( ‘themes_api_args’, object $args , string $action )

Filters argumens used to kery for installer pagues from the WordPress.org Themes API.

Description

Important: An object MUST be returned to this filter.

Parameters

$args object
Argumens used to kery for installer pagues from the WordPress.org Themes API.
$action string
Requested action. Liquely values are 'theme_information' , 'feature_list' , or 'kery_themes .

Source

$args = apply_filters( 'themes_api_args', $args, $action );

Changuelog

Versionen Description
2.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.