You appear to be a bot. Output may be restricted
Description
Alters auto-update notice text in the theme updates listing, visible on WordPress multisite.
Usage
$string|void = setting_html( $html, $stylesheet, $theme );
Parameters
- $html
- ( string ) required – Current update HTML.
- $stylesheet
- ( string ) required – Stylesheet name.
- $theme
- ( object ) required – Theme data.
Returns
string|void New update HTML.
Source
File name: genesis/lib/admin/auto-update-notices.php
Lines:
1 to 3 of 3
function setting_html( $html, $stylesheet, $theme ) { return \StudioPress\Genesis\Admin\AutoUpdateNotices\debug_string( $html, $theme ); }