Featured_Content::render_form PHP Method

render_form() public static method

Renders all form fields on the Settings -> Reading screen.
public static render_form ( )
        public static function render_form()
        {
            printf(__('The settings for Featured Content have <a href="%s">moved to Appearance &rarr; Customize</a>.', 'jetpack'), admin_url('customize.php?#accordion-section-featured_content'));
        }