ACF_Admin_Post_type::screen_settings
Screen settings html output
Method of the class: ACF_Admin_Post_type{}
No Hooks.
Returns
string. $html
Usage
$ACF_Admin_Post_type = new ACF_Admin_Post_type(); $ACF_Admin_Post_type->screen_settings( $html );
- $html(string) (required)
- Current screen settings HTML.
Changelog
| Since 3.6.0 | Introduced. |
ACF_Admin_Post_type::screen_settings() ACF Admin Post type::screen settings code ACF 6.8.8
public function screen_settings( $html ) {
return $html;
}