plugins_api
-
Are there any changes in plugins_api() in WordPress 7.0-beta1?
$plugin_info = plugins_api(
'plugin_information',
array(
'slug' => 'my-slug',
'fields' => array(
'sections' => true,
),
)
);In WordPress 6.9 I get in a german interface the information in german, but in WordPress 7.0 I get it in english.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.