Lines:
1 to 40 of 40
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ use Yoast\WP\SEO\Presenters\Admin\Light_Switch_Presenter; use Yoast\WP\SEO\Presenters\Admin\Sidebar_Presenter; /* class Yoast_Form */ /* function Yoast_Form::get_instance() – Get the singleton instance of this class. */ /* function Yoast_Form::admin_header() – Generates the header for admin pages. */ /* function Yoast_Form::set_option() – Set the option used in output for form elements. */ /* function Yoast_Form::admin_footer() – Generates the footer for admin pages. */ /* function Yoast_Form::admin_sidebar() – Generates the sidebar for admin pages. */ /* function Yoast_Form::label() – Output a label element. */ /* function Yoast_Form::legend() – Output a legend element. */ /* function Yoast_Form::checkbox() – Create a Checkbox input field. */ /* function Yoast_Form::checkbox_list() – Creates a Checkbox input field list. */ /* function Yoast_Form::light_switch() – Create a light switch input field using a single checkbox. */ /* function Yoast_Form::textinput() – Create a Text input field. */ /* function Yoast_Form::number() – Create a Number input field. */ /* function Yoast_Form::textinput_extra_content() – Creates a text input field with with the ability to add content after the label. */ /* function Yoast_Form::textarea() – Create a textarea. */ /* function Yoast_Form::hidden() – Create a hidden input field. */ /* function Yoast_Form::select() – Create a Select Box. */ /* function Yoast_Form::file_upload() – Create a File upload field. */ /* function Yoast_Form::media_input() – Media input. */ /* function Yoast_Form::radio() – Create a Radio input field. */ /* function Yoast_Form::toggle_switch() – Create a toggle switch input field using two radio buttons. */ /* function Yoast_Form::index_switch() – Creates a toggle switch to define whether an indexable should be indexed or not. */ /* function Yoast_Form::show_hide_switch() – Creates a toggle switch to show hide certain options. */ /* function Yoast_Form::get_field_value() – Retrieves the value for the form field. */ /* function Yoast_Form::is_control_disabled() – Checks whether a given control should be disabled. */ /* function Yoast_Form::get_disabled_note() – Gets the explanation note to print if a given control is disabled. */ /* function Yoast_Form::is_tracking_on_subsite() – Determines whether we are dealing with the Usage tracking feature on a multisite subsite. */ /* function Yoast_Form::get_disabled_attribute() – Returns the disabled attribute HTML. */